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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_ContactsColumns"))]
__jni_bindgen! {
/// public interface [ContactsContract.ContactsColumns](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html)
///
/// Required feature: "android-provider-ContactsContract_ContactsColumns"
public interface ContactsContract_ContactsColumns ("android/provider/ContactsContract$ContactsColumns") extends crate::java::lang::Object {
/// public static final [CONTACT_LAST_UPDATED_TIMESTAMP](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#CONTACT_LAST_UPDATED_TIMESTAMP)
pub const CONTACT_LAST_UPDATED_TIMESTAMP : &'static str = "contact_last_updated_timestamp";
/// public static final [DISPLAY_NAME](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#DISPLAY_NAME)
pub const DISPLAY_NAME : &'static str = "display_name";
/// public static final [HAS_PHONE_NUMBER](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#HAS_PHONE_NUMBER)
pub const HAS_PHONE_NUMBER : &'static str = "has_phone_number";
/// public static final [IN_DEFAULT_DIRECTORY](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#IN_DEFAULT_DIRECTORY)
pub const IN_DEFAULT_DIRECTORY : &'static str = "in_default_directory";
/// public static final [IN_VISIBLE_GROUP](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#IN_VISIBLE_GROUP)
pub const IN_VISIBLE_GROUP : &'static str = "in_visible_group";
/// public static final [IS_USER_PROFILE](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#IS_USER_PROFILE)
pub const IS_USER_PROFILE : &'static str = "is_user_profile";
/// public static final [LOOKUP_KEY](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#LOOKUP_KEY)
pub const LOOKUP_KEY : &'static str = "lookup";
/// public static final [NAME_RAW_CONTACT_ID](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#NAME_RAW_CONTACT_ID)
pub const NAME_RAW_CONTACT_ID : &'static str = "name_raw_contact_id";
/// public static final [PHOTO_FILE_ID](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#PHOTO_FILE_ID)
pub const PHOTO_FILE_ID : &'static str = "photo_file_id";
/// public static final [PHOTO_ID](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#PHOTO_ID)
pub const PHOTO_ID : &'static str = "photo_id";
/// public static final [PHOTO_THUMBNAIL_URI](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#PHOTO_THUMBNAIL_URI)
pub const PHOTO_THUMBNAIL_URI : &'static str = "photo_thumb_uri";
/// public static final [PHOTO_URI](https://developer.android.com/reference/android/provider/ContactsContract.ContactsColumns.html#PHOTO_URI)
pub const PHOTO_URI : &'static str = "photo_uri";
}
}