Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java923 return enqueueDownloadRequest(body); in doStandardEnqueue()
926 protected long enqueueDownloadRequest(byte[] body) throws Exception { in enqueueDownloadRequest() method in DownloadManagerBaseTest
938 return enqueueDownloadRequest(body); in doStandardEnqueue()
941 protected long enqueueDownloadRequest(File body) throws Exception { in enqueueDownloadRequest() method in DownloadManagerBaseTest
1023 long dlRequest = enqueueDownloadRequest(blobData); in doBasicDownload()