Searched refs:getFailedUnlockAttempts (Results 1 – 2 of 2) sorted by relevance
213 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(userId), in showTimeoutDialog()259 final int failedAttempts = monitor.getFailedUnlockAttempts(userId) + 1; // +1 for this time in reportFailedUnlockAttempt()
1644 public int getFailedUnlockAttempts(int userId) { in getFailedUnlockAttempts() method in KeyguardUpdateMonitor1649 mFailedAttempts.put(userId, getFailedUnlockAttempts(userId) + 1); in reportFailedStrongAuthUnlockAttempt()