Home
last modified time | relevance | path

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

/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DLocalRenderer.java126 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 LocalRenderer
245 + mSafeToCloseClient + " client? " + mHttpClient); in onDestroy()
255 mHttpClient.close(); in onDestroy()
256 mHttpClient = null; in onDestroy()