Searched refs:mHttpEngine (Results 1 – 1 of 1) sorted by relevance
248 private HttpEngine mHttpEngine; field in DownloadThread267 return mHttpEngine != null; in isUsingHttpEngine()449 mHttpEngine = new HttpEngine.Builder(mContext).build(); in executeDownload()451 mHttpEngine.bindToNetwork(mNetwork); in executeDownload()452 conn = (HttpURLConnection) mHttpEngine.openConnection(url); in executeDownload()