[]Struct jni_android_sys::android::app::admin::SecurityLog

#[repr(transparent)]
pub struct SecurityLog(_);

public class SecurityLog

Required feature: "android-app-admin-SecurityLog"

Methods

impl SecurityLog

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, SecurityLog>, Local<'env, Throwable>>
[src]

pub const LEVEL_ERROR: i32[src]

public static final LEVEL_ERROR

pub const LEVEL_INFO: i32[src]

public static final LEVEL_INFO

pub const LEVEL_WARNING: i32[src]

public static final LEVEL_WARNING

pub const TAG_ADB_SHELL_CMD: i32[src]

public static final TAG_ADB_SHELL_CMD

pub const TAG_ADB_SHELL_INTERACTIVE: i32[src]

public static final TAG_ADB_SHELL_INTERACTIVE

pub const TAG_APP_PROCESS_START: i32[src]

public static final TAG_APP_PROCESS_START

pub const TAG_CERT_AUTHORITY_INSTALLED: i32[src]

public static final TAG_CERT_AUTHORITY_INSTALLED

pub const TAG_CERT_AUTHORITY_REMOVED: i32[src]

public static final TAG_CERT_AUTHORITY_REMOVED

pub const TAG_CERT_VALIDATION_FAILURE: i32[src]

public static final TAG_CERT_VALIDATION_FAILURE

pub const TAG_CRYPTO_SELF_TEST_COMPLETED: i32[src]

public static final TAG_CRYPTO_SELF_TEST_COMPLETED

pub const TAG_KEYGUARD_DISABLED_FEATURES_SET: i32[src]

pub const TAG_KEYGUARD_DISMISSED: i32[src]

public static final TAG_KEYGUARD_DISMISSED

pub const TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT: i32[src]

pub const TAG_KEYGUARD_SECURED: i32[src]

public static final TAG_KEYGUARD_SECURED

pub const TAG_KEY_DESTRUCTION: i32[src]

public static final TAG_KEY_DESTRUCTION

pub const TAG_KEY_GENERATED: i32[src]

public static final TAG_KEY_GENERATED

pub const TAG_KEY_IMPORT: i32[src]

public static final TAG_KEY_IMPORT

pub const TAG_KEY_INTEGRITY_VIOLATION: i32[src]

public static final TAG_KEY_INTEGRITY_VIOLATION

pub const TAG_LOGGING_STARTED: i32[src]

public static final TAG_LOGGING_STARTED

pub const TAG_LOGGING_STOPPED: i32[src]

public static final TAG_LOGGING_STOPPED

pub const TAG_LOG_BUFFER_SIZE_CRITICAL: i32[src]

public static final TAG_LOG_BUFFER_SIZE_CRITICAL

pub const TAG_MAX_PASSWORD_ATTEMPTS_SET: i32[src]

public static final TAG_MAX_PASSWORD_ATTEMPTS_SET

pub const TAG_MAX_SCREEN_LOCK_TIMEOUT_SET: i32[src]

public static final TAG_MAX_SCREEN_LOCK_TIMEOUT_SET

pub const TAG_MEDIA_MOUNT: i32[src]

public static final TAG_MEDIA_MOUNT

pub const TAG_MEDIA_UNMOUNT: i32[src]

public static final TAG_MEDIA_UNMOUNT

pub const TAG_OS_SHUTDOWN: i32[src]

public static final TAG_OS_SHUTDOWN

pub const TAG_OS_STARTUP: i32[src]

public static final TAG_OS_STARTUP

pub const TAG_PASSWORD_COMPLEXITY_SET: i32[src]

public static final TAG_PASSWORD_COMPLEXITY_SET

pub const TAG_PASSWORD_EXPIRATION_SET: i32[src]

public static final TAG_PASSWORD_EXPIRATION_SET

pub const TAG_PASSWORD_HISTORY_LENGTH_SET: i32[src]

public static final TAG_PASSWORD_HISTORY_LENGTH_SET

pub const TAG_REMOTE_LOCK: i32[src]

public static final TAG_REMOTE_LOCK

pub const TAG_SYNC_RECV_FILE: i32[src]

public static final TAG_SYNC_RECV_FILE

pub const TAG_SYNC_SEND_FILE: i32[src]

public static final TAG_SYNC_SEND_FILE

pub const TAG_USER_RESTRICTION_ADDED: i32[src]

public static final TAG_USER_RESTRICTION_ADDED

pub const TAG_USER_RESTRICTION_REMOVED: i32[src]

public static final TAG_USER_RESTRICTION_REMOVED

pub const TAG_WIPE_FAILURE: i32[src]

public static final TAG_WIPE_FAILURE

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for SecurityLog

impl AsValidJObjectAndEnv for SecurityLog

impl Deref for SecurityLog

type Target = Object

The resulting type after dereferencing.

impl JniType for SecurityLog

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.