Searched refs:LOCKOUT_TIMED (Results 1 – 4 of 4) sorted by relevance
40 public static final int LOCKOUT_TIMED = 1; field in AuthenticationClient202 final int errorCode = lockoutMode == LOCKOUT_TIMED in onAuthenticated()
268 } else if (lockoutMode == AuthenticationClient.LOCKOUT_TIMED) { in handleFailedAttempt()942 int errorCode = lockoutMode == AuthenticationClient.LOCKOUT_TIMED ? in startAuthentication()
899 return AuthenticationClient.LOCKOUT_TIMED; in getLockoutMode()
962 mCurrentUserLockoutMode = AuthenticationClient.LOCKOUT_TIMED;