Searched refs:lockoutMode (Results 1 – 2 of 2) sorted by relevance
202 int lockoutMode = handleFailedAttempt(); in onAuthenticated() local203 if (lockoutMode != LOCKOUT_NONE) { in onAuthenticated()207 lockoutMode + ")"); in onAuthenticated()209 int errorCode = lockoutMode == LOCKOUT_TIMED ? in onAuthenticated()227 result |= lockoutMode != LOCKOUT_NONE; // in a lockout mode in onAuthenticated()
894 final int lockoutMode = getLockoutMode(); in startAuthentication()895 if (lockoutMode == AuthenticationClient.LOCKOUT_PERMANENT) { in startAuthentication()897 } else if (lockoutMode == AuthenticationClient.LOCKOUT_TIMED) { in startAuthentication()902 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()904 return lockoutMode; in startAuthentication()926 int lockoutMode = getLockoutMode(); in startAuthentication() local927 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()928 Slog.v(TAG, "In lockout mode(" + lockoutMode + in startAuthentication()930 int errorCode = lockoutMode == AuthenticationClient.LOCKOUT_TIMED ? in startAuthentication()