Searched defs:httpUrlConnection (Results 1 – 5 of 5) sorted by relevance
40 HttpURLConnection httpUrlConnection = Mockito.mock(HttpURLConnection.class); in testSendDebugReport() local
75 HttpURLConnection httpUrlConnection = Mockito.mock(HttpURLConnection.class); in testSendEventReport() local
84 HttpURLConnection httpUrlConnection = Mockito.mock(HttpURLConnection.class); in testSendAggregateReport() local
128 HttpURLConnection httpUrlConnection = null; in sendRequestAsInputStream() local268 final HttpURLConnection httpUrlConnection; field in HttpFetcher.HttpInputStreamWrapper
804 HttpURLConnection httpUrlConnection = (HttpURLConnection) urlConnection; in maybeDisconnect() local