Searched refs:addFailedAttemptForUser (Results 1 – 5 of 5) sorted by relevance
40 default void addFailedAttemptForUser(int userId) {} in addFailedAttemptForUser() method
120 mLockoutTracker.addFailedAttemptForUser(getTargetUserId()); in handleFailedAttempt()
231 .addFailedAttemptForUser(USER_ID); in setLockoutPermanent()241 .addFailedAttemptForUser(USER_ID); in setLockoutTimed()
135 public void addFailedAttemptForUser(int userId) { in addFailedAttemptForUser() method in LockoutFrameworkImpl
678 verify(mLockoutTracker, never()).addFailedAttemptForUser(anyInt()); in testLockoutTracker_authSuccess()691 verify(mLockoutTracker).addFailedAttemptForUser(USER_ID); in testLockoutTracker_authFailed()