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
49
50
51
52
53
54
55
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_CommonDataKinds_Contactables"))]
__jni_bindgen! {
/// public final class [ContactsContract.CommonDataKinds.Contactables](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html)
///
/// Required feature: "android-provider-ContactsContract_CommonDataKinds_Contactables"
public final class ContactsContract_CommonDataKinds_Contactables ("android/provider/ContactsContract$CommonDataKinds$Contactables") extends crate::java::lang::Object, implements crate::android::provider::ContactsContract_DataColumnsWithJoins, crate::android::provider::ContactsContract_CommonDataKinds_CommonColumns {
/// [Contactables](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#Contactables())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::provider::ContactsContract_CommonDataKinds_Contactables>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/provider/ContactsContract$CommonDataKinds$Contactables", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/provider/ContactsContract$CommonDataKinds$Contactables\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// **get** public static final [CONTENT_FILTER_URI](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#CONTENT_FILTER_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_FILTER_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/ContactsContract$CommonDataKinds$Contactables\0", "CONTENT_FILTER_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#CONTENT_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/ContactsContract$CommonDataKinds$Contactables\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// public static final [EXTRA_ADDRESS_BOOK_INDEX](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#EXTRA_ADDRESS_BOOK_INDEX)
pub const EXTRA_ADDRESS_BOOK_INDEX : &'static str = "android.provider.extra.ADDRESS_BOOK_INDEX";
/// public static final [EXTRA_ADDRESS_BOOK_INDEX_COUNTS](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#EXTRA_ADDRESS_BOOK_INDEX_COUNTS)
pub const EXTRA_ADDRESS_BOOK_INDEX_COUNTS : &'static str = "android.provider.extra.ADDRESS_BOOK_INDEX_COUNTS";
/// public static final [EXTRA_ADDRESS_BOOK_INDEX_TITLES](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#EXTRA_ADDRESS_BOOK_INDEX_TITLES)
pub const EXTRA_ADDRESS_BOOK_INDEX_TITLES : &'static str = "android.provider.extra.ADDRESS_BOOK_INDEX_TITLES";
/// public static final [VISIBLE_CONTACTS_ONLY](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html#VISIBLE_CONTACTS_ONLY)
pub const VISIBLE_CONTACTS_ONLY : &'static str = "visible_contacts_only";
}
}