Home
last modified time | relevance | path

Searched refs:onLockScreenEvent (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DAuthorization.java82 public static int onLockScreenEvent(@NonNull boolean locked, @NonNull int userId, in onLockScreenEvent() method in Authorization
86 getService().onLockScreenEvent(LockScreenEvent.LOCK, userId, null, unlockingSids); in onLockScreenEvent()
88 getService().onLockScreenEvent( in onLockScreenEvent()
/aosp12/system/security/keystore2/aidl/android/security/authorization/
H A DIKeystoreAuthorization.aidl81 void onLockScreenEvent(in LockScreenEvent lockScreenEvent, in int userId, in onLockScreenEvent() method
/aosp12/system/security/keystore2/src/
H A Dauthorization.rs241 fn onLockScreenEvent( in onLockScreenEvent() method
/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java702 Authorization.onLockScreenEvent(locked, userId, null, in setDeviceLockedForUser()
708 Authorization.onLockScreenEvent(locked, profileHandle, null, in setDeviceLockedForUser()
1268 Authorization.onLockScreenEvent(locked, userId, null,
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1314 Authorization.onLockScreenEvent(false, userHandle, password, null); in unlockKeystore()