HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_UNAVAILABLE (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 67 SERVICE_UNAVAILABLE = 7,
google_service_auth_error.cc 77 STATE_CASE(SERVICE_UNAVAILABLE);
gaia_auth_fetcher.cc 354 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
359 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
363 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
gaia_auth_fetcher_unittest.cc 363 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE);
371 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE);
  /external/nist-sip/java/javax/sip/message/
Response.java 51 int SERVICE_UNAVAILABLE = 503;
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 346 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
411 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
enterprise_enrollment_screen.cc 210 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
online_attempt_unittest.cc 253 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
existing_user_controller.cc 282 GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
283 // SERVICE_UNAVAILABLE is generated in 2 cases:
google_authenticator_unittest.cc 402 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 51 } else if (auth_error.state() == AuthError::SERVICE_UNAVAILABLE) {
316 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
profile_sync_service.cc 712 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 257 case SERVICE_UNAVAILABLE :
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageChannel.java 494 .createResponse(Response.SERVICE_UNAVAILABLE);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]

Completed in 285 milliseconds