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-app-admin-SecurityLog"))]
__jni_bindgen! {
    /// public class [SecurityLog](https://developer.android.com/reference/android/app/admin/SecurityLog.html)
    ///
    /// Required feature: "android-app-admin-SecurityLog"
    public class SecurityLog ("android/app/admin/SecurityLog") extends crate::java::lang::Object {

        /// [SecurityLog](https://developer.android.com/reference/android/app/admin/SecurityLog.html#SecurityLog())
        pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::app::admin::SecurityLog>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "android/app/admin/SecurityLog", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
            unsafe {
                let __jni_args = [];
                let (__jni_class, __jni_method) = __jni_env.require_class_method("android/app/admin/SecurityLog\0", "<init>\0", "()V\0");
                __jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
            }
        }

        /// public static final [LEVEL_ERROR](https://developer.android.com/reference/android/app/admin/SecurityLog.html#LEVEL_ERROR)
        pub const LEVEL_ERROR : i32 = 3;

        /// public static final [LEVEL_INFO](https://developer.android.com/reference/android/app/admin/SecurityLog.html#LEVEL_INFO)
        pub const LEVEL_INFO : i32 = 1;

        /// public static final [LEVEL_WARNING](https://developer.android.com/reference/android/app/admin/SecurityLog.html#LEVEL_WARNING)
        pub const LEVEL_WARNING : i32 = 2;

        /// public static final [TAG_ADB_SHELL_CMD](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_ADB_SHELL_CMD)
        pub const TAG_ADB_SHELL_CMD : i32 = 210002;

        /// public static final [TAG_ADB_SHELL_INTERACTIVE](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_ADB_SHELL_INTERACTIVE)
        pub const TAG_ADB_SHELL_INTERACTIVE : i32 = 210001;

        /// public static final [TAG_APP_PROCESS_START](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_APP_PROCESS_START)
        pub const TAG_APP_PROCESS_START : i32 = 210005;

        /// public static final [TAG_CERT_AUTHORITY_INSTALLED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_CERT_AUTHORITY_INSTALLED)
        pub const TAG_CERT_AUTHORITY_INSTALLED : i32 = 210029;

        /// public static final [TAG_CERT_AUTHORITY_REMOVED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_CERT_AUTHORITY_REMOVED)
        pub const TAG_CERT_AUTHORITY_REMOVED : i32 = 210030;

        /// public static final [TAG_CERT_VALIDATION_FAILURE](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_CERT_VALIDATION_FAILURE)
        pub const TAG_CERT_VALIDATION_FAILURE : i32 = 210033;

        /// public static final [TAG_CRYPTO_SELF_TEST_COMPLETED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_CRYPTO_SELF_TEST_COMPLETED)
        pub const TAG_CRYPTO_SELF_TEST_COMPLETED : i32 = 210031;

        /// public static final [TAG_KEYGUARD_DISABLED_FEATURES_SET](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEYGUARD_DISABLED_FEATURES_SET)
        pub const TAG_KEYGUARD_DISABLED_FEATURES_SET : i32 = 210021;

        /// public static final [TAG_KEYGUARD_DISMISSED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEYGUARD_DISMISSED)
        pub const TAG_KEYGUARD_DISMISSED : i32 = 210006;

        /// public static final [TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT)
        pub const TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT : i32 = 210007;

        /// public static final [TAG_KEYGUARD_SECURED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEYGUARD_SECURED)
        pub const TAG_KEYGUARD_SECURED : i32 = 210008;

        /// public static final [TAG_KEY_DESTRUCTION](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEY_DESTRUCTION)
        pub const TAG_KEY_DESTRUCTION : i32 = 210026;

        /// public static final [TAG_KEY_GENERATED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEY_GENERATED)
        pub const TAG_KEY_GENERATED : i32 = 210024;

        /// public static final [TAG_KEY_IMPORT](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEY_IMPORT)
        pub const TAG_KEY_IMPORT : i32 = 210025;

        /// public static final [TAG_KEY_INTEGRITY_VIOLATION](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_KEY_INTEGRITY_VIOLATION)
        pub const TAG_KEY_INTEGRITY_VIOLATION : i32 = 210032;

        /// public static final [TAG_LOGGING_STARTED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_LOGGING_STARTED)
        pub const TAG_LOGGING_STARTED : i32 = 210011;

        /// public static final [TAG_LOGGING_STOPPED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_LOGGING_STOPPED)
        pub const TAG_LOGGING_STOPPED : i32 = 210012;

        /// public static final [TAG_LOG_BUFFER_SIZE_CRITICAL](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_LOG_BUFFER_SIZE_CRITICAL)
        pub const TAG_LOG_BUFFER_SIZE_CRITICAL : i32 = 210015;

        /// public static final [TAG_MAX_PASSWORD_ATTEMPTS_SET](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_MAX_PASSWORD_ATTEMPTS_SET)
        pub const TAG_MAX_PASSWORD_ATTEMPTS_SET : i32 = 210020;

        /// public static final [TAG_MAX_SCREEN_LOCK_TIMEOUT_SET](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_MAX_SCREEN_LOCK_TIMEOUT_SET)
        pub const TAG_MAX_SCREEN_LOCK_TIMEOUT_SET : i32 = 210019;

        /// public static final [TAG_MEDIA_MOUNT](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_MEDIA_MOUNT)
        pub const TAG_MEDIA_MOUNT : i32 = 210013;

        /// public static final [TAG_MEDIA_UNMOUNT](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_MEDIA_UNMOUNT)
        pub const TAG_MEDIA_UNMOUNT : i32 = 210014;

        /// public static final [TAG_OS_SHUTDOWN](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_OS_SHUTDOWN)
        pub const TAG_OS_SHUTDOWN : i32 = 210010;

        /// public static final [TAG_OS_STARTUP](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_OS_STARTUP)
        pub const TAG_OS_STARTUP : i32 = 210009;

        /// public static final [TAG_PASSWORD_COMPLEXITY_SET](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_PASSWORD_COMPLEXITY_SET)
        pub const TAG_PASSWORD_COMPLEXITY_SET : i32 = 210017;

        /// public static final [TAG_PASSWORD_EXPIRATION_SET](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_PASSWORD_EXPIRATION_SET)
        pub const TAG_PASSWORD_EXPIRATION_SET : i32 = 210016;

        /// public static final [TAG_PASSWORD_HISTORY_LENGTH_SET](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_PASSWORD_HISTORY_LENGTH_SET)
        pub const TAG_PASSWORD_HISTORY_LENGTH_SET : i32 = 210018;

        /// public static final [TAG_REMOTE_LOCK](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_REMOTE_LOCK)
        pub const TAG_REMOTE_LOCK : i32 = 210022;

        /// public static final [TAG_SYNC_RECV_FILE](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_SYNC_RECV_FILE)
        pub const TAG_SYNC_RECV_FILE : i32 = 210003;

        /// public static final [TAG_SYNC_SEND_FILE](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_SYNC_SEND_FILE)
        pub const TAG_SYNC_SEND_FILE : i32 = 210004;

        /// public static final [TAG_USER_RESTRICTION_ADDED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_USER_RESTRICTION_ADDED)
        pub const TAG_USER_RESTRICTION_ADDED : i32 = 210027;

        /// public static final [TAG_USER_RESTRICTION_REMOVED](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_USER_RESTRICTION_REMOVED)
        pub const TAG_USER_RESTRICTION_REMOVED : i32 = 210028;

        /// public static final [TAG_WIPE_FAILURE](https://developer.android.com/reference/android/app/admin/SecurityLog.html#TAG_WIPE_FAILURE)
        pub const TAG_WIPE_FAILURE : i32 = 210023;
    }
}