Searched refs:SERVICE_UNAVAILABLE (Results 1 – 14 of 14) sorted by relevance
51 int SERVICE_UNAVAILABLE = 503; field
67 SERVICE_UNAVAILABLE = 7, enumerator
354 GoogleServiceAuthError::SERVICE_UNAVAILABLE); in GenerateAuthError()359 GoogleServiceAuthError::SERVICE_UNAVAILABLE); in GenerateAuthError()363 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE); in GenerateAuthError()
77 STATE_CASE(SERVICE_UNAVAILABLE); in ToValue()
363 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); in TEST_F()371 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); in TEST_F()
346 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in ResolveInitialNetworkAuthFailure()411 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in ResolveLockNetworkAuthFailure()
210 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in HandleAuthError()
253 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); in TEST_F()
282 GoogleServiceAuthError::SERVICE_UNAVAILABLE) { in OnLoginFailure()
402 GoogleServiceAuthError::SERVICE_UNAVAILABLE); in TEST_F()
51 } else if (auth_error.state() == AuthError::SERVICE_UNAVAILABLE) { in GetStatusLabelsForAuthError()316 case GoogleServiceAuthError::SERVICE_UNAVAILABLE: in MakeSyncAuthErrorText()
712 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) { in ShowErrorUI()
257 case SERVICE_UNAVAILABLE : in getReasonPhrase()
494 .createResponse(Response.SERVICE_UNAVAILABLE); in processMessage()