Home
last modified time | relevance | path

Searched refs:mFailedAttempts (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DLockoutFrameworkImpl.java69 private final SparseIntArray mFailedAttempts; field in LockoutFrameworkImpl
77 mFailedAttempts = new SparseIntArray(); in LockoutFrameworkImpl()
94 mFailedAttempts.put(userId, 0); in resetFailedAttemptsForUser()
104 mFailedAttempts.put(userId, mFailedAttempts.get(userId, 0) + 1); in addFailedAttemptForUser()
114 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java602 private int mFailedAttempts = 0; field in VcnGatewayConnection
1689 mFailedAttempts = 0; in clearFailedAttemptCounterAndSafeModeAlarm()
1917 mFailedAttempts++; in enterState()
1969 final int retryDelayIndex = mFailedAttempts - 1; in getNextRetryIntervalsMs()
2265 pw.println("mFailedAttempts: " + mFailedAttempts); in dump()