Home
last modified time | relevance | path

Searched defs:httpUrlConnection (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportSenderTest.java40 HttpURLConnection httpUrlConnection = Mockito.mock(HttpURLConnection.class); in testSendDebugReport() local
DEventReportSenderTest.java75 HttpURLConnection httpUrlConnection = Mockito.mock(HttpURLConnection.class); in testSendEventReport() local
DAggregateReportSenderTest.java84 HttpURLConnection httpUrlConnection = Mockito.mock(HttpURLConnection.class); in testSendAggregateReport() local
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java128 HttpURLConnection httpUrlConnection = null; in sendRequestAsInputStream() local
268 final HttpURLConnection httpUrlConnection; field in HttpFetcher.HttpInputStreamWrapper
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java804 HttpURLConnection httpUrlConnection = (HttpURLConnection) urlConnection; in maybeDisconnect() local