Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java260 Request requestExtFile = new Request(getGoodUrl()); in testDownloadManagerDestination() local
261 requestExtFile.setDestinationInExternalFilesDir(mContext, null, "extFile.bin"); in testDownloadManagerDestination()
262 long extFileId = mDownloadManager.enqueue(requestExtFile); in testDownloadManagerDestination()