Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java295 String wrongExt = "noiseandchirps.wrong"; in testDownloadManagerDestinationExtension() local
296 File wrongExtLocation = new File(mContext.getExternalFilesDir(null), wrongExt); in testDownloadManagerDestinationExtension()
308 Request requestWrongExt = new Request(getAssetUrl(wrongExt)); in testDownloadManagerDestinationExtension()