Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java308 Request requestWrongExt = new Request(getAssetUrl(wrongExt)); in testDownloadManagerDestinationExtension() local
309 requestWrongExt.setDestinationUri(Uri.fromFile(wrongExtLocation)); in testDownloadManagerDestinationExtension()
310 long wrongExtId = mDownloadManager.enqueue(requestWrongExt); in testDownloadManagerDestinationExtension()