Searched refs:onLockScreenEvent (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | Authorization.java | 82 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 D | TrustManagerService.java | 1017 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 D | LockSettingsService.java | 1325 Authorization.onLockScreenEvent(false, userHandle, password, null); in unlockKeystore()
|