Searched refs:mHttpClient (Results 1 – 3 of 3) sorted by relevance
61 private HttpClient mHttpClient; field in HttpClientTest74 mHttpClient = new HttpClient(true); in setUp()95 HttpResponse httpResponse = mHttpClient.request(request); in request_contentTypeXml_returnsXmlBody()124 expectThrows(ServiceEntitlementException.class, () -> mHttpClient.request(request)); in request_httpGetResponseBadRequest_throwsException()160 HttpResponse httpResponse = mHttpClient.request(request); in request_contentTypeXml_returnsXmlBody_useSpecificNetwork()191 HttpResponse httpResponse = mHttpClient.request(request); in request_postJson_doNotEscapeForwardSlash()214 ServiceEntitlementException.class, () -> mHttpClient.request(request)); in request_getResponseCodeFailed_expectThrowsException()240 ServiceEntitlementException.class, () -> mHttpClient.request(request)); in request_getResponseBodyFailed_expectThrowsException()267 HttpResponse httpResponse0 = mHttpClient.request(request); in history()268 HttpResponse httpResponse1 = mHttpClient.request(request); in history()[all …]
126 if (isCancelled() || mHttpClient == null) { in doInBackground()136 HttpResponse response = mHttpClient.execute(params[0]); in doInBackground()168 mHttpClient.close(); in doInBackground()169 mHttpClient = null; in doInBackground()202 private AndroidHttpClient mHttpClient = AndroidHttpClient.newInstance("TUQ"); field in LocalRenderer245 + mSafeToCloseClient + " client? " + mHttpClient); in onDestroy()255 mHttpClient.close(); in onDestroy()256 mHttpClient = null; in onDestroy()
121 private final HttpClient mHttpClient; field in EapAkaApi142 this.mHttpClient = httpClient; in EapAkaApi()838 return mHttpClient.request(builder.build()); in httpGet()891 return mHttpClient.request(builder.build()); in httpPost()976 return mHttpClient.getHistory(); in getHistory()981 mHttpClient.clearHistory(); in clearHistory()