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_Mms_Part"))]
__jni_bindgen! {
    /// public final class [Telephony.Mms.Part](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html)
    ///
    /// Required feature: "android-provider-Telephony_Mms_Part"
    public final class Telephony_Mms_Part ("android/provider/Telephony$Mms$Part") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {

        /// public static final [CHARSET](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CHARSET)
        pub const CHARSET : &'static str = "chset";

        /// public static final [CONTENT_DISPOSITION](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CONTENT_DISPOSITION)
        pub const CONTENT_DISPOSITION : &'static str = "cd";

        /// public static final [CONTENT_ID](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CONTENT_ID)
        pub const CONTENT_ID : &'static str = "cid";

        /// public static final [CONTENT_LOCATION](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CONTENT_LOCATION)
        pub const CONTENT_LOCATION : &'static str = "cl";

        /// public static final [CONTENT_TYPE](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CONTENT_TYPE)
        pub const CONTENT_TYPE : &'static str = "ct";

        /// public static final [CT_START](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CT_START)
        pub const CT_START : &'static str = "ctt_s";

        /// public static final [CT_TYPE](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#CT_TYPE)
        pub const CT_TYPE : &'static str = "ctt_t";

        /// public static final [FILENAME](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#FILENAME)
        pub const FILENAME : &'static str = "fn";

        /// public static final [MSG_ID](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#MSG_ID)
        pub const MSG_ID : &'static str = "mid";

        /// public static final [NAME](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#NAME)
        pub const NAME : &'static str = "name";

        /// public static final [SEQ](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#SEQ)
        pub const SEQ : &'static str = "seq";

        /// public static final [TEXT](https://developer.android.com/reference/android/provider/Telephony.Mms.Part.html#TEXT)
        pub const TEXT : &'static str = "text";

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