Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java430 final int failedAttemptsBeforeWipe = in reportFailedUnlockAttempt() local
433 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 ? in reportFailedUnlockAttempt()
434 (failedAttemptsBeforeWipe - failedAttempts) in reportFailedUnlockAttempt()