Searched refs:LOCKOUT_TIMED (Results 1 – 2 of 2) sorted by relevance
45 public static final int LOCKOUT_TIMED = 1; field in AuthenticationClient209 int errorCode = lockoutMode == LOCKOUT_TIMED ? in onAuthenticated()
530 return AuthenticationClient.LOCKOUT_TIMED; in getLockoutMode()897 } else if (lockoutMode == AuthenticationClient.LOCKOUT_TIMED) { in startAuthentication()930 int errorCode = lockoutMode == AuthenticationClient.LOCKOUT_TIMED ? in startAuthentication()