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
// 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_Nickname"))]
__jni_bindgen! {
/// public final class [ContactsContract.CommonDataKinds.Nickname](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html)
///
/// Required feature: "android-provider-ContactsContract_CommonDataKinds_Nickname"
public final class ContactsContract_CommonDataKinds_Nickname ("android/provider/ContactsContract$CommonDataKinds$Nickname") extends crate::java::lang::Object, implements crate::android::provider::ContactsContract_DataColumnsWithJoins, crate::android::provider::ContactsContract_CommonDataKinds_CommonColumns {
/// public static final [CONTENT_ITEM_TYPE](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#CONTENT_ITEM_TYPE)
pub const CONTENT_ITEM_TYPE : &'static str = "vnd.android.cursor.item/nickname";
/// public static final [EXTRA_ADDRESS_BOOK_INDEX](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.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.Nickname.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.Nickname.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 [NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#NAME)
pub const NAME : &'static str = "data1";
/// public static final [TYPE_DEFAULT](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#TYPE_DEFAULT)
pub const TYPE_DEFAULT : i32 = 1;
/// public static final [TYPE_INITIALS](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#TYPE_INITIALS)
pub const TYPE_INITIALS : i32 = 5;
/// public static final [TYPE_MAIDEN_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#TYPE_MAIDEN_NAME)
pub const TYPE_MAIDEN_NAME : i32 = 3;
/// public static final [TYPE_MAINDEN_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#TYPE_MAINDEN_NAME)
#[deprecated] pub const TYPE_MAINDEN_NAME : i32 = 3;
/// public static final [TYPE_OTHER_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#TYPE_OTHER_NAME)
pub const TYPE_OTHER_NAME : i32 = 2;
/// public static final [TYPE_SHORT_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html#TYPE_SHORT_NAME)
pub const TYPE_SHORT_NAME : i32 = 4;
}
}