Searched refs:LOCKOUT_NONE (Results 1 – 5 of 5) sorted by relevance
39 public static final int LOCKOUT_NONE = 0; field in AuthenticationClient193 if (lockoutMode != LOCKOUT_NONE && shouldFrameworkHandleLockout()) { in onAuthenticated()214 result = lockoutMode != LOCKOUT_NONE; // in a lockout mode in onAuthenticated()
273 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in handleFailedAttempt()276 return AuthenticationClient.LOCKOUT_NONE; in handleFailedAttempt()685 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE in handleAcquired()927 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()
139 return AuthenticationClient.LOCKOUT_NONE; in getLockoutMode()
167 if (getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) { in handleFailedAttempt()899 return AuthenticationClient.LOCKOUT_NONE; in getLockoutMode()973 if (DEBUG && getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) { in resetFailedAttemptsForUser()
787 mCurrentUserLockoutMode = AuthenticationClient.LOCKOUT_NONE;996 mCurrentUserLockoutMode = AuthenticationClient.LOCKOUT_NONE; in handleUserSwitching()