Searched refs:mFailedAttempts (Results 1 – 1 of 1) sorted by relevance
164 mFailedAttempts.put(currentUser, mFailedAttempts.get(currentUser, 0) + 1); in handleFailedAttempt()573 private final SparseIntArray mFailedAttempts; field in FingerprintService716 mFailedAttempts = new SparseIntArray(); in FingerprintService()891 final int failedAttempts = mFailedAttempts.get(currentUser, 0); in getLockoutMode()977 mFailedAttempts.put(userId, 0); in resetFailedAttemptsForUser()