Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java291 String noExt = "noiseandchirps"; in testDownloadManagerDestinationExtension() local
292 File noExtLocation = new File(mContext.getExternalFilesDir(null), noExt); in testDownloadManagerDestinationExtension()
304 Request requestNoExt = new Request(getAssetUrl(noExt)); in testDownloadManagerDestinationExtension()