Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java296 File wrongExtLocation = new File(mContext.getExternalFilesDir(null), wrongExt); in testDownloadManagerDestinationExtension() local
297 deleteFromShell(wrongExtLocation); in testDownloadManagerDestinationExtension()
309 requestWrongExt.setDestinationUri(Uri.fromFile(wrongExtLocation)); in testDownloadManagerDestinationExtension()
318 assertSuccessfulDownload(wrongExtId, wrongExtLocation); in testDownloadManagerDestinationExtension()