jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// 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";
    }
}