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

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

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

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

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

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

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

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

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

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

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