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_StatusColumns"))]
__jni_bindgen! {
    /// public interface [ContactsContract.StatusColumns](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html)
    ///
    /// Required feature: "android-provider-ContactsContract_StatusColumns"
    public interface ContactsContract_StatusColumns ("android/provider/ContactsContract$StatusColumns") extends crate::java::lang::Object {

        /// public static final [PRESENCE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE)
        pub const PRESENCE : &'static str = "mode";

        /// public static final [STATUS](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS)
        pub const STATUS : &'static str = "status";

        /// public static final [STATUS_TIMESTAMP](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_TIMESTAMP)
        pub const STATUS_TIMESTAMP : &'static str = "status_ts";

        /// public static final [STATUS_RES_PACKAGE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_RES_PACKAGE)
        pub const STATUS_RES_PACKAGE : &'static str = "status_res_package";

        /// public static final [STATUS_LABEL](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#STATUS_LABEL)
        pub const STATUS_LABEL : &'static str = "status_label";

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