Searched refs:LOCKOUT_NONE (Results 1 – 2 of 2) sorted by relevance
44 public static final int LOCKOUT_NONE = 0; field in AuthenticationClient203 if (lockoutMode != LOCKOUT_NONE) { in onAuthenticated()227 result |= lockoutMode != LOCKOUT_NONE; // in a lockout mode in onAuthenticated()
472 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE in handleAcquired()532 return AuthenticationClient.LOCKOUT_NONE; in getLockoutMode()902 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()906 return AuthenticationClient.LOCKOUT_NONE; in startAuthentication()927 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()967 if (DEBUG && getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) { in resetFailedAttemptsForUser()