Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DAuthorization.java83 @Nullable byte[] syntheticPassword, @Nullable long[] unlockingSids) { in onLockScreenEvent() argument
86 getService().onLockScreenEvent(LockScreenEvent.LOCK, userId, null, unlockingSids); in onLockScreenEvent()
89 LockScreenEvent.UNLOCK, userId, syntheticPassword, unlockingSids); in onLockScreenEvent()