Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java213 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(userId), in showTimeoutDialog()
259 final int failedAttempts = monitor.getFailedUnlockAttempts(userId) + 1; // +1 for this time in reportFailedUnlockAttempt()
DKeyguardUpdateMonitor.java1644 public int getFailedUnlockAttempts(int userId) { in getFailedUnlockAttempts() method in KeyguardUpdateMonitor
1649 mFailedAttempts.put(userId, getFailedUnlockAttempts(userId) + 1); in reportFailedStrongAuthUnlockAttempt()