Searched refs:ERROR_HTTP_STATUS_NOT_SUCCESS (Results 1 – 5 of 5) sorted by relevance
19 …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()
73 public static final int ERROR_HTTP_STATUS_NOT_SUCCESS = 31; field in ServiceEntitlementException94 ERROR_HTTP_STATUS_NOT_SUCCESS,
189 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS, 1234, "http error")) in testGetAuthToken_httpResponseError()197 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS); in testGetAuthToken_httpResponseError()
205 case ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS: in convertToAuthenticationError()
128 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS); in request_httpGetResponseBadRequest_throwsException()217 ServiceEntitlementException.ERROR_HTTP_STATUS_NOT_SUCCESS); in request_getResponseCodeFailed_expectThrowsException()