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