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.java65 @NonNull final byte[] gatekeeperPassword; field in BiometricDeferredQueue.UserAuthInfo
67 UserAuthInfo(int userId, @NonNull byte[] gatekeeperPassword) { in UserAuthInfo()
160 void addPendingLockoutResetForUser(int userId, @NonNull byte[] gatekeeperPassword) { in addPendingLockoutResetForUser()
DSyntheticPasswordManager.java1286 IGateKeeperService gatekeeper, @NonNull byte[] gatekeeperPassword, long challenge, in verifyChallengeInternal()
DLockSettingsService.java2956 private long storeGatekeeperPasswordTemporarily(byte[] gatekeeperPassword) { in storeGatekeeperPasswordTemporarily()