Searched refs:failedAttempts (Results 1 – 7 of 7) sorted by relevance
147 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser() local148 if (failedAttempts >= MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT) { in getLockoutModeForUser()150 } else if (failedAttempts > 0 in getLockoutModeForUser()152 && (failedAttempts % MAX_FAILED_ATTEMPTS_LOCKOUT_TIMED == 0)) { in getLockoutModeForUser()
168 repository.failedAuthenticationAttempts.map { failedAttempts -> in <lambda>() method177 val remainingAttemptsBeforeWipe = max(0, failedAttemptsBeforeWipe - failedAttempts) in <lambda>()184 failedAttempts = failedAttempts, in <lambda>()
32 val failedAttempts: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel
321 failedAttempts, in <lambda>()329 failedAttempts, in <lambda>()342 val message = applicationContext.getString(wipeTarget.messageIdForWipe, failedAttempts) in <lambda>()348 failedAttempts, in <lambda>()
1109 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local1111 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts); in reportFailedUnlockAttempt()1117 ? (failedAttemptsBeforeWipe - failedAttempts) in reportFailedUnlockAttempt()1129 userId, expiringUser, mainUser, remainingBeforeWipe, failedAttempts); in reportFailedUnlockAttempt()1143 int remainingBeforeWipe, int failedAttempts) { in showMessageForFailedUnlockAttempt() argument1160 mView.showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, in showMessageForFailedUnlockAttempt()1166 mView.showWipeDialog(failedAttempts, userType); in showMessageForFailedUnlockAttempt()
145 val failedAttempts = _failedAuthenticationAttempts.value in <lambda>() constant146 if (isSuccessful || failedAttempts < MAX_FAILED_AUTH_TRIES_BEFORE_LOCKOUT - 1) { in <lambda>()
457 failedAttempts = expectedFailedAttempts, in <lambda>()