Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java260 final int failedAttemptsBeforeWipe = in reportFailedUnlockAttempt() local
263 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 ? in reportFailedUnlockAttempt()
264 (failedAttemptsBeforeWipe - failedAttempts) in reportFailedUnlockAttempt()