Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/system/security/keystore2/aidl/android/security/authorization/
H A DIKeystoreAuthorization.aidl82 in @nullable byte[] password, in @nullable long[] unlockingSids); in onLockScreenEvent() argument