Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DLockoutFrameworkImpl.java71 private final SparseIntArray mFailedAttempts; field in LockoutFrameworkImpl
80 mFailedAttempts = new SparseIntArray(); in LockoutFrameworkImpl()
98 mFailedAttempts.put(userId, 0); in resetFailedAttemptsForUser()
108 mFailedAttempts.put(userId, mFailedAttempts.get(userId, 0) + 1); in addFailedAttemptForUser()
118 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java702 private int mFailedAttempts = 0; field in VcnGatewayConnection
1861 mFailedAttempts = 0; in clearFailedAttemptCounterAndSafeModeAlarm()
2133 mFailedAttempts++; in enterState()
2185 final int retryDelayIndex = mFailedAttempts - 1; in getNextRetryIntervalsMs()
2561 pw.println("mFailedAttempts: " + mFailedAttempts); in dump()