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