Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java248 private HttpEngine mHttpEngine; field in DownloadThread
267 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()