Home | History | Annotate | Download | only in app

Lines Matching refs:dlRequest

79         long dlRequest = mDownloadManager.enqueue(request);
80 waitForDownloadOrTimeout(dlRequest);
82 Cursor cursor = getCursor(dlRequest);
98 long dlRequest = doBasicDownload(blobData, DOWNLOAD_TO_SYSTEM_CACHE);
99 verifyDownload(dlRequest, blobData);
100 mDownloadManager.remove(dlRequest);
111 long dlRequest = doBasicDownload(blobData, DOWNLOAD_TO_SYSTEM_CACHE);
112 verifyDownload(dlRequest, blobData);
113 mDownloadManager.remove(dlRequest);
163 long dlRequest = mDownloadManager.enqueue(request);
166 waitForDownloadOrTimeout(dlRequest);
167 Cursor cursor = getCursor(dlRequest);
201 long dlRequest = mDownloadManager.enqueue(request);
204 waitForDownloadOrTimeout(dlRequest);
206 verifyAndCleanupSingleFileDownload(dlRequest, blobData);
252 long dlRequest = doCommonStandardEnqueue();
253 waitForDownloadOrTimeout(dlRequest);
259 dlRequest, it.next().longValue());
310 long dlRequest = doBasicDownload(blobData, DOWNLOAD_TO_DOWNLOAD_CACHE_DIR);
311 Cursor cursor = mDownloadManager.query(new Query().setFilterById(dlRequest));
314 mDownloadManager.remove(dlRequest);
339 long dlRequest = mDownloadManager.enqueue(request);
340 waitForDownloadOrTimeout(dlRequest);
342 Cursor cursor = getCursor(dlRequest);
368 long dlRequest = mDownloadManager.enqueue(request);
371 boolean success = waitForDownloadOrTimeoutNoThrow(dlRequest,
376 waitForDownloadOrTimeout(dlRequest);
395 long dlRequest = doCommonStandardEnqueue();
396 waitForDownloadOrTimeout(dlRequest);
398 Cursor cursor = getCursor(dlRequest);