Home
last modified time | relevance | path

Searched defs:gatekeeperPassword (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DBiometricDeferredQueue.java68 @NonNull final byte[] gatekeeperPassword; field in BiometricDeferredQueue.UserAuthInfo
70 UserAuthInfo(int userId, @NonNull byte[] gatekeeperPassword) { in UserAuthInfo()
164 void addPendingLockoutResetForUser(int userId, @NonNull byte[] gatekeeperPassword) { in addPendingLockoutResetForUser()
DSyntheticPasswordManager.java1682 IGateKeeperService gatekeeper, @NonNull byte[] gatekeeperPassword, long challenge, in verifyChallengeInternal()
DLockSettingsService.java3004 private long storeGatekeeperPasswordTemporarily(byte[] gatekeeperPassword) { in storeGatekeeperPasswordTemporarily()