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

        /// public static final [ADDRESS](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#ADDRESS)
        pub const ADDRESS : &'static str = "address";

        /// public static final [BODY](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#BODY)
        pub const BODY : &'static str = "body";

        /// public static final [CREATOR](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#CREATOR)
        pub const CREATOR : &'static str = "creator";

        /// public static final [DATE](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#DATE)
        pub const DATE : &'static str = "date";

        /// public static final [DATE_SENT](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#DATE_SENT)
        pub const DATE_SENT : &'static str = "date_sent";

        /// public static final [ERROR_CODE](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#ERROR_CODE)
        pub const ERROR_CODE : &'static str = "error_code";

        /// public static final [LOCKED](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#LOCKED)
        pub const LOCKED : &'static str = "locked";

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

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

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

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

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

        /// public static final [MESSAGE_TYPE_QUEUED](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#MESSAGE_TYPE_QUEUED)
        pub const MESSAGE_TYPE_QUEUED : i32 = 6;

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

        /// public static final [PERSON](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#PERSON)
        pub const PERSON : &'static str = "person";

        /// public static final [PROTOCOL](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#PROTOCOL)
        pub const PROTOCOL : &'static str = "protocol";

        /// public static final [READ](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#READ)
        pub const READ : &'static str = "read";

        /// public static final [REPLY_PATH_PRESENT](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#REPLY_PATH_PRESENT)
        pub const REPLY_PATH_PRESENT : &'static str = "reply_path_present";

        /// public static final [SEEN](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#SEEN)
        pub const SEEN : &'static str = "seen";

        /// public static final [SERVICE_CENTER](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#SERVICE_CENTER)
        pub const SERVICE_CENTER : &'static str = "service_center";

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

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

        /// public static final [STATUS_FAILED](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#STATUS_FAILED)
        pub const STATUS_FAILED : i32 = 64;

        /// public static final [STATUS_NONE](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#STATUS_NONE)
        pub const STATUS_NONE : i32 = -1;

        /// public static final [STATUS_PENDING](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#STATUS_PENDING)
        pub const STATUS_PENDING : i32 = 32;

        /// public static final [SUBJECT](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#SUBJECT)
        pub const SUBJECT : &'static str = "subject";

        /// public static final [SUBSCRIPTION_ID](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#SUBSCRIPTION_ID)
        pub const SUBSCRIPTION_ID : &'static str = "sub_id";

        /// public static final [THREAD_ID](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#THREAD_ID)
        pub const THREAD_ID : &'static str = "thread_id";

        /// public static final [TYPE](https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#TYPE)
        pub const TYPE : &'static str = "type";
    }
}