Searched refs:mHttpClient (Results 1 – 1 of 1) sorted by relevance
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()