Searched refs:LOCKOUT_NONE (Results 1 – 5 of 5) sorted by relevance
39 public static final int LOCKOUT_NONE = 0; field in AuthenticationClient198 if (lockoutMode != LOCKOUT_NONE && shouldFrameworkHandleLockout()) { in onAuthenticated()219 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()696 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE in handleAcquired()940 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()
139 return AuthenticationClient.LOCKOUT_NONE; in getLockoutMode()
167 if (getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) { in handleFailedAttempt()901 return AuthenticationClient.LOCKOUT_NONE; in getLockoutMode()975 if (DEBUG && getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) { in resetFailedAttemptsForUser()
958 mCurrentUserLockoutMode = AuthenticationClient.LOCKOUT_NONE;1183 mCurrentUserLockoutMode = AuthenticationClient.LOCKOUT_NONE; in handleUserSwitching()