Home
last modified time | relevance | path

Searched refs:ERROR_HTTP_STATUS_NOT_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpClient.java19 …static com.android.libraries.entitlement.ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS;
94 ERROR_HTTP_STATUS_NOT_SUCCESS, in request()
163 throw new ServiceEntitlementException(ERROR_HTTP_STATUS_NOT_SUCCESS, responseCode, in getHttpResponse()
173 ERROR_HTTP_STATUS_NOT_SUCCESS, "Read response code failed!", e); in getHttpResponse()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlementException.java73 public static final int ERROR_HTTP_STATUS_NOT_SUCCESS = 31; field in ServiceEntitlementException
94 ERROR_HTTP_STATUS_NOT_SUCCESS,
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/
DTs43AuthenticationTest.java189 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS, 1234, "http error")) in testGetAuthToken_httpResponseError()
197 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS); in testGetAuthToken_httpResponseError()
/frameworks/libs/gsma_services/ts43authentication/src/com/android/libraries/ts43authentication/
DAuthenticationException.java205 case ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS: in convertToAuthenticationError()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java128 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS); in request_httpGetResponseBadRequest_throwsException()
217 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS); in request_getResponseCodeFailed_expectThrowsException()