Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java423 throwError(urlConnection, responseCode); in doFetchPayload()
517 throwError(urlConnection, responseCode); in doGetAndReadNothing()
583 throwError(urlConnection, responseCode); in doPostPlainText()
723 throwError(urlConnection, responseCode); in doPerformRequestAndGetResponse()
751 private void throwError(final HttpsURLConnection urlConnection, int responseCode) in throwError() method in AdServicesHttpsClient