Searched refs:getFailedUnlockAttempts (Results 1 – 2 of 2) sorted by relevance
203 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(), in showTimeoutDialog()249 final int failedAttempts = monitor.getFailedUnlockAttempts() + 1; // +1 for this time in reportFailedUnlockAttempt()
1372 public int getFailedUnlockAttempts() { in getFailedUnlockAttempts() method in KeyguardUpdateMonitor1377 mFailedAttempts.put(sCurrentUser, getFailedUnlockAttempts() + 1); in reportFailedUnlockAttempt()