Home
last modified time | relevance | path

Searched refs:SERVICE_UNAVAILABLE (Results 1 – 14 of 14) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java51 int SERVICE_UNAVAILABLE = 503; field
/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.h67 SERVICE_UNAVAILABLE = 7, enumerator
Dgaia_auth_fetcher.cc354 GoogleServiceAuthError::SERVICE_UNAVAILABLE); in GenerateAuthError()
359 GoogleServiceAuthError::SERVICE_UNAVAILABLE); in GenerateAuthError()
363 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE); in GenerateAuthError()
Dgoogle_service_auth_error.cc77 STATE_CASE(SERVICE_UNAVAILABLE); in ToValue()
Dgaia_auth_fetcher_unittest.cc363 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); in TEST_F()
371 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc346 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in ResolveInitialNetworkAuthFailure()
411 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in ResolveLockNetworkAuthFailure()
Denterprise_enrollment_screen.cc210 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in HandleAuthError()
Donline_attempt_unittest.cc253 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); in TEST_F()
Dexisting_user_controller.cc282 GoogleServiceAuthError::SERVICE_UNAVAILABLE) { in OnLoginFailure()
Dgoogle_authenticator_unittest.cc402 GoogleServiceAuthError::SERVICE_UNAVAILABLE); in TEST_F()
/external/chromium/chrome/browser/sync/
Dsync_ui_util.cc51 } else if (auth_error.state() == AuthError::SERVICE_UNAVAILABLE) { in GetStatusLabelsForAuthError()
316 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in MakeSyncAuthErrorText()
Dprofile_sync_service.cc712 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) { in ShowErrorUI()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java257 case SERVICE_UNAVAILABLE : in getReasonPhrase()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageChannel.java494 .createResponse(Response.SERVICE_UNAVAILABLE); in processMessage()