Searched defs:failedAttempts (Results 1 – 5 of 5) sorted by relevance
32 val failedAttempts: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel
145 val failedAttempts = _failedAuthenticationAttempts.value in <lambda>() constant
147 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser() local
1109 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local1143 int remainingBeforeWipe, int failedAttempts) { in showMessageForFailedUnlockAttempt()
168 repository.failedAuthenticationAttempts.map { failedAttempts -> in <lambda>() method