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.java926 return enqueueDownloadRequest(body); in doStandardEnqueue()
929 protected long enqueueDownloadRequest(byte[] body) throws Exception { in enqueueDownloadRequest() method in DownloadManagerBaseTest
941 return enqueueDownloadRequest(body); in doStandardEnqueue()
944 protected long enqueueDownloadRequest(File body) throws Exception { in enqueueDownloadRequest() method in DownloadManagerBaseTest
1026 long dlRequest = enqueueDownloadRequest(blobData); in doBasicDownload()