1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_Intents"))]
__jni_bindgen! {
/// public final class [ContactsContract.Intents](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html)
///
/// Required feature: "android-provider-ContactsContract_Intents"
public final class ContactsContract_Intents ("android/provider/ContactsContract$Intents") extends crate::java::lang::Object {
/// [Intents](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#Intents())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::provider::ContactsContract_Intents>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/provider/ContactsContract$Intents", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/provider/ContactsContract$Intents\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [ATTACH_IMAGE](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#ATTACH_IMAGE)
pub const ATTACH_IMAGE : &'static str = "com.android.contacts.action.ATTACH_IMAGE";
/// public static final [CONTACTS_DATABASE_CREATED](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#CONTACTS_DATABASE_CREATED)
pub const CONTACTS_DATABASE_CREATED : &'static str = "android.provider.Contacts.DATABASE_CREATED";
/// public static final [EXTRA_CREATE_DESCRIPTION](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#EXTRA_CREATE_DESCRIPTION)
pub const EXTRA_CREATE_DESCRIPTION : &'static str = "com.android.contacts.action.CREATE_DESCRIPTION";
/// public static final [EXTRA_FORCE_CREATE](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#EXTRA_FORCE_CREATE)
pub const EXTRA_FORCE_CREATE : &'static str = "com.android.contacts.action.FORCE_CREATE";
/// public static final [INVITE_CONTACT](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#INVITE_CONTACT)
pub const INVITE_CONTACT : &'static str = "com.android.contacts.action.INVITE_CONTACT";
/// public static final [SEARCH_SUGGESTION_CLICKED](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#SEARCH_SUGGESTION_CLICKED)
pub const SEARCH_SUGGESTION_CLICKED : &'static str = "android.provider.Contacts.SEARCH_SUGGESTION_CLICKED";
/// public static final [SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED)
pub const SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED : &'static str = "android.provider.Contacts.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED";
/// public static final [SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED)
pub const SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED : &'static str = "android.provider.Contacts.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED";
/// public static final [SHOW_OR_CREATE_CONTACT](https://developer.android.com/reference/android/provider/ContactsContract.Intents.html#SHOW_OR_CREATE_CONTACT)
pub const SHOW_OR_CREATE_CONTACT : &'static str = "com.android.contacts.action.SHOW_OR_CREATE_CONTACT";
}
}