Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java203 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(), in showTimeoutDialog()
249 final int failedAttempts = monitor.getFailedUnlockAttempts() + 1; // +1 for this time in reportFailedUnlockAttempt()
DKeyguardUpdateMonitor.java1372 public int getFailedUnlockAttempts() { in getFailedUnlockAttempts() method in KeyguardUpdateMonitor
1377 mFailedAttempts.put(sCurrentUser, getFailedUnlockAttempts() + 1); in reportFailedUnlockAttempt()