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