Searched refs:mFailedAttempts (Results 1 – 2 of 2) sorted by relevance
132 private int mFailedAttempts; field in FingerprintService491 if (mFailedAttempts >= MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT) { in getLockoutMode()493 } else if (mFailedAttempts > 0 && mTimedLockoutCleared == false && in getLockoutMode()494 (mFailedAttempts % MAX_FAILED_ATTEMPTS_LOCKOUT_TIMED == 0)) { in getLockoutMode()816 mFailedAttempts++; in startAuthentication()894 mFailedAttempts = 0; in resetFailedAttempts()
205 private SparseIntArray mFailedAttempts = new SparseIntArray(); field in KeyguardUpdateMonitor1734 mFailedAttempts.delete(sCurrentUser); in clearFailedUnlockAttempts()1738 return mFailedAttempts.get(userId, 0); in getFailedUnlockAttempts()1742 mFailedAttempts.put(userId, getFailedUnlockAttempts(userId) + 1); in reportFailedStrongAuthUnlockAttempt()