Searched refs:mFailedAttempts (Results 1 – 2 of 2) sorted by relevance
75 private final SparseIntArray mFailedAttempts; field in LockoutFrameworkImpl105 mFailedAttempts = new SparseIntArray(); in LockoutFrameworkImpl()125 mFailedAttempts.put(userId, 0); in resetFailedAttemptsForUser()136 mFailedAttempts.put(userId, mFailedAttempts.get(userId, 0) + 1); in addFailedAttemptForUser()147 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser()
702 private int mFailedAttempts = 0; field in VcnGatewayConnection1890 mFailedAttempts = 0; in clearFailedAttemptCounterAndSafeModeAlarm()2168 mFailedAttempts++; in enterState()2220 final int retryDelayIndex = mFailedAttempts - 1; in getNextRetryIntervalsMs()2600 pw.println("mFailedAttempts: " + mFailedAttempts); in dump()