Searched refs:failedAttempts (Results 1 – 2 of 2) sorted by relevance
418 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local420 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts); in reportFailedUnlockAttempt()427 (failedAttemptsBeforeWipe - failedAttempts) in reportFailedUnlockAttempt()445 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()449 showWipeDialog(failedAttempts, userType); in reportFailedUnlockAttempt()
891 final int failedAttempts = mFailedAttempts.get(currentUser, 0); in getLockoutMode() local892 if (failedAttempts >= MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT) { in getLockoutMode()894 } else if (failedAttempts > 0 in getLockoutMode()896 && (failedAttempts % MAX_FAILED_ATTEMPTS_LOCKOUT_TIMED == 0)) { in getLockoutMode()