Searched refs:gatekeeperPassword (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | BiometricDeferredQueue.java | 68 @NonNull final byte[] gatekeeperPassword; field in BiometricDeferredQueue.UserAuthInfo 70 UserAuthInfo(int userId, @NonNull byte[] gatekeeperPassword) { in UserAuthInfo() argument 72 this.gatekeeperPassword = gatekeeperPassword; in UserAuthInfo() 164 void addPendingLockoutResetForUser(int userId, @NonNull byte[] gatekeeperPassword) { in addPendingLockoutResetForUser() argument 168 mPendingResetLockoutsForFace.add(new UserAuthInfo(userId, gatekeeperPassword)); in addPendingLockoutResetForUser() 175 gatekeeperPassword)); in addPendingLockoutResetForUser() 181 gatekeeperPassword)); in addPendingLockoutResetForUser() 297 getGatekeeperService(), userAuthInfo.gatekeeperPassword, challenge, in requestHatFromGatekeeperPassword()
|
D | SyntheticPasswordManager.java | 1682 IGateKeeperService gatekeeper, @NonNull byte[] gatekeeperPassword, long challenge, in verifyChallengeInternal() argument 1693 spHandle, gatekeeperPassword); in verifyChallengeInternal() 1705 gatekeeperPassword); in verifyChallengeInternal() 1714 return verifyChallengeInternal(gatekeeper, gatekeeperPassword, challenge, in verifyChallengeInternal()
|
D | LockSettingsService.java | 2334 final byte[] gatekeeperPassword; in verifyGatekeeperPasswordHandle() 2337 gatekeeperPassword = mGatekeeperPasswords.get(gatekeeperPasswordHandle); in verifyGatekeeperPasswordHandle() 2341 if (gatekeeperPassword == null) { in verifyGatekeeperPasswordHandle() 2346 gatekeeperPassword, challenge, userId); in verifyGatekeeperPasswordHandle() 3004 private long storeGatekeeperPasswordTemporarily(byte[] gatekeeperPassword) { in storeGatekeeperPasswordTemporarily() argument 3011 mGatekeeperPasswords.put(handle, gatekeeperPassword); in storeGatekeeperPasswordTemporarily()
|