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 [PRESENCE_STATUS](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE_STATUS)
        pub const PRESENCE_STATUS : &'static str = "mode";

        /// public static final [OFFLINE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#OFFLINE)
        pub const OFFLINE : i32 = 0;

        /// public static final [INVISIBLE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#INVISIBLE)
        pub const INVISIBLE : i32 = 1;

        /// public static final [AWAY](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#AWAY)
        pub const AWAY : i32 = 2;

        /// public static final [IDLE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#IDLE)
        pub const IDLE : i32 = 3;

        /// public static final [DO_NOT_DISTURB](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#DO_NOT_DISTURB)
        pub const DO_NOT_DISTURB : i32 = 4;

        /// public static final [AVAILABLE](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#AVAILABLE)
        pub const AVAILABLE : i32 = 5;

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

        /// public static final [PRESENCE_CUSTOM_STATUS](https://developer.android.com/reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE_CUSTOM_STATUS)
        pub const PRESENCE_CUSTOM_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";
    }
}