Searched refs:Download (Results 1 - 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DThreadingTest.java35 * Download manager tests that require multithreading.
50 final List<Pair<Download, String>> downloads = Lists.newArrayList();
60 final Download d = enqueueRequest(getRequest());
67 for (Pair<Download,String> d : downloads) {
75 for (Pair<Download, String> d : downloads) {
H A DPublicApiFunctionalTest.java109 Download download = enqueueRequest(getRequest());
148 final Download download = enqueueRequest(getRequest()
166 Download download = enqueueRequest(getRequest()
188 Download download = enqueueRequest(getRequest());
208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri()));
252 Download download1 = enqueueRequest(getRequest());
256 Download download2 = enqueueRequest(getRequest());
260 Download download3 = enqueueRequest(getRequest());
282 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false));
294 Download download
[all...]
H A DAbstractPublicApiTest.java46 class Download { class in class:AbstractPublicApiTest
49 private Download(long downloadId) { method in class:AbstractPublicApiTest.Download
245 protected Download enqueueRequest(DownloadManager.Request request) {
246 return new Download(mManager.enqueue(request));
H A DStorageTest.java234 final Download download = enqueueRequest(req);

Completed in 57 milliseconds