1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
// 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;
}
}