Home
last modified time | relevance | path

Searched refs:remainingBeforeWipe (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java263 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 ? in reportFailedUnlockAttempt() local
266 if (remainingBeforeWipe < LockPatternUtils.FAILED_ATTEMPTS_BEFORE_WIPE_GRACE) { in reportFailedUnlockAttempt()
281 if (remainingBeforeWipe > 0) { in reportFailedUnlockAttempt()
282 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()