Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1017 Authorization.onLockScreenEvent(locked, userId, null, in setDeviceLockedForUser()
1023 Authorization.onLockScreenEvent(locked, profileHandle, null, in setDeviceLockedForUser()
1864 Authorization.onLockScreenEvent(locked, userId, null,
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1325 Authorization.onLockScreenEvent(false, userHandle, password, null); in unlockKeystore()