Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java304 Request requestNoExt = new Request(getAssetUrl(noExt)); in testDownloadManagerDestinationExtension() local
305 requestNoExt.setDestinationUri(Uri.fromFile(noExtLocation)); in testDownloadManagerDestinationExtension()
306 long noExtId = mDownloadManager.enqueue(requestNoExt); in testDownloadManagerDestinationExtension()