Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DLockoutFrameworkImpl.java114 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser() local
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java194 protected void onPostExecute(Integer failedAttempts) { in onPostExecute()
232 private void handleBadAttempt(Integer failedAttempts) { in handleBadAttempt()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java525 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local