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-net-wifi-WifiConfiguration_PairwiseCipher"))]
__jni_bindgen! {
    /// public class [WifiConfiguration.PairwiseCipher](https://developer.android.com/reference/android/net/wifi/WifiConfiguration.PairwiseCipher.html)
    ///
    /// Required feature: "android-net-wifi-WifiConfiguration_PairwiseCipher"
    public class WifiConfiguration_PairwiseCipher ("android/net/wifi/WifiConfiguration$PairwiseCipher") extends crate::java::lang::Object {

        /// public static final [CCMP](https://developer.android.com/reference/android/net/wifi/WifiConfiguration.PairwiseCipher.html#CCMP)
        pub const CCMP : i32 = 2;

        /// public static final [NONE](https://developer.android.com/reference/android/net/wifi/WifiConfiguration.PairwiseCipher.html#NONE)
        pub const NONE : i32 = 0;

        /// public static final [TKIP](https://developer.android.com/reference/android/net/wifi/WifiConfiguration.PairwiseCipher.html#TKIP)
        pub const TKIP : i32 = 1;

        /// **get** public static final [strings](https://developer.android.com/reference/android/net/wifi/WifiConfiguration.PairwiseCipher.html#strings)
        ///
        /// Required feature: "java-lang-String"
        #[cfg(any(feature = "all", feature = "java-lang-String"))]
        pub fn strings<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, __jni_bindgen::ObjectArray<crate::java::lang::String, crate::java::lang::Throwable>>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/net/wifi/WifiConfiguration$PairwiseCipher\0", "strings\0", "[Ljava/lang/String;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// public static final [varName](https://developer.android.com/reference/android/net/wifi/WifiConfiguration.PairwiseCipher.html#varName)
        pub const varName : &'static str = "pairwise";
    }
}