Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java164 private DownloadService.DownloadServiceBinder mDownloadService = null; field in CaptivePortalLoginActivity
169 mDownloadService = null;
178 mDownloadService = (DownloadService.DownloadServiceBinder) binder;
179 mDownloadService.setProgressCallback(mProgressCallback);
232 if (mDownloadService == null) return; in maybeStartPendingDownloads()
238 final int dlId = mDownloadService.requestDownload(mNetwork, mUserAgent, req.mUrl, in maybeStartPendingDownloads()
551 mDownloadService.cancelTask(mDirectlyOpenId); in cancelPendingTask()
566 if (mDownloadService != null) { in onDestroy()
1086 if (mDownloadService == null && mDownloadRequests.size() == 0) { in onDownloadStart()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java144 private @Spy DownloadService mDownloadService = new DownloadService(); field in CaptivePortalLoginActivityTest