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

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java921 return enqueueDownloadRequest(body, DOWNLOAD_TO_DOWNLOAD_CACHE_DIR);
924 protected long enqueueDownloadRequest(byte[] body, int location) throws Exception { method in class:DownloadManagerBaseTest
936 return enqueueDownloadRequest(body, DOWNLOAD_TO_DOWNLOAD_CACHE_DIR);
939 protected long enqueueDownloadRequest(File body, int location) throws Exception { method in class:DownloadManagerBaseTest
1025 long dlRequest = enqueueDownloadRequest(blobData, location);

Completed in 1057 milliseconds