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

        /// **get** public static final [CONTENT_CONVERSATIONS_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_CONVERSATIONS_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_CONVERSATIONS_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_CONVERSATIONS_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [CONTENT_DRAFT_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_DRAFT_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_DRAFT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_DRAFT_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [CONTENT_FILTER_BYPHONE_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_FILTER_BYPHONE_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_FILTER_BYPHONE_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_FILTER_BYPHONE_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [CONTENT_LOCKED_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_LOCKED_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_LOCKED_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_LOCKED_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [CONTENT_UNDELIVERED_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_UNDELIVERED_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_UNDELIVERED_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_UNDELIVERED_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#CONTENT_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

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

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

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

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

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

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

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

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

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

        /// **get** public static final [SEARCH_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.html#SEARCH_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn SEARCH_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms\0", "SEARCH_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

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

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