Searched refs:failedAttempts (Results 1 – 2 of 2) sorted by relevance
425 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local427 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts); in reportFailedUnlockAttempt()434 (failedAttemptsBeforeWipe - failedAttempts) in reportFailedUnlockAttempt()452 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()456 showWipeDialog(failedAttempts, userType); in reportFailedUnlockAttempt()
893 final int failedAttempts = mFailedAttempts.get(currentUser, 0); in getLockoutMode() local894 if (failedAttempts >= MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT) { in getLockoutMode()896 } else if (failedAttempts > 0 in getLockoutMode()898 && (failedAttempts % MAX_FAILED_ATTEMPTS_LOCKOUT_TIMED == 0)) { in getLockoutMode()