Searched refs:mDownloadService (Results 1 – 2 of 2) sorted by relevance
164 private DownloadService.DownloadServiceBinder mDownloadService = null; field in CaptivePortalLoginActivity169 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()
144 private @Spy DownloadService mDownloadService = new DownloadService(); field in CaptivePortalLoginActivityTest