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

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

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

        /// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/Telephony.Threads.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$Threads\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [OBSOLETE_THREADS_URI](https://developer.android.com/reference/android/provider/Telephony.Threads.html#OBSOLETE_THREADS_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn OBSOLETE_THREADS_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$Threads\0", "OBSOLETE_THREADS_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }
    }
}