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
// 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_Identity"))]
__jni_bindgen! {
    /// public final class [ContactsContract.CommonDataKinds.Identity](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Identity.html)
    ///
    /// Required feature: "android-provider-ContactsContract_CommonDataKinds_Identity"
    public final class ContactsContract_CommonDataKinds_Identity ("android/provider/ContactsContract$CommonDataKinds$Identity") extends crate::java::lang::Object, implements crate::android::provider::ContactsContract_DataColumnsWithJoins {

        /// public static final [CONTENT_ITEM_TYPE](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Identity.html#CONTENT_ITEM_TYPE)
        pub const CONTENT_ITEM_TYPE : &'static str = "vnd.android.cursor.item/identity";

        /// public static final [EXTRA_ADDRESS_BOOK_INDEX](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Identity.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.Identity.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.Identity.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 [IDENTITY](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Identity.html#IDENTITY)
        pub const IDENTITY : &'static str = "data1";

        /// public static final [NAMESPACE](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Identity.html#NAMESPACE)
        pub const NAMESPACE : &'static str = "data2";
    }
}