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
// 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_StructuredName"))]
__jni_bindgen! {
/// public final class [ContactsContract.CommonDataKinds.StructuredName](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html)
///
/// Required feature: "android-provider-ContactsContract_CommonDataKinds_StructuredName"
public final class ContactsContract_CommonDataKinds_StructuredName ("android/provider/ContactsContract$CommonDataKinds$StructuredName") 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.StructuredName.html#CONTENT_ITEM_TYPE)
pub const CONTENT_ITEM_TYPE : &'static str = "vnd.android.cursor.item/name";
/// public static final [DISPLAY_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#DISPLAY_NAME)
pub const DISPLAY_NAME : &'static str = "data1";
/// public static final [EXTRA_ADDRESS_BOOK_INDEX](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.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.StructuredName.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.StructuredName.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 [FAMILY_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#FAMILY_NAME)
pub const FAMILY_NAME : &'static str = "data3";
/// public static final [FULL_NAME_STYLE](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#FULL_NAME_STYLE)
pub const FULL_NAME_STYLE : &'static str = "data10";
/// public static final [GIVEN_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#GIVEN_NAME)
pub const GIVEN_NAME : &'static str = "data2";
/// public static final [MIDDLE_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#MIDDLE_NAME)
pub const MIDDLE_NAME : &'static str = "data5";
/// public static final [PHONETIC_FAMILY_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#PHONETIC_FAMILY_NAME)
pub const PHONETIC_FAMILY_NAME : &'static str = "data9";
/// public static final [PHONETIC_GIVEN_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#PHONETIC_GIVEN_NAME)
pub const PHONETIC_GIVEN_NAME : &'static str = "data7";
/// public static final [PHONETIC_MIDDLE_NAME](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#PHONETIC_MIDDLE_NAME)
pub const PHONETIC_MIDDLE_NAME : &'static str = "data8";
/// public static final [PREFIX](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#PREFIX)
pub const PREFIX : &'static str = "data4";
/// public static final [SUFFIX](https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html#SUFFIX)
pub const SUFFIX : &'static str = "data6";
}
}