Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java292 File noExtLocation = new File(mContext.getExternalFilesDir(null), noExt); in testDownloadManagerDestinationExtension() local
293 deleteFromShell(noExtLocation); in testDownloadManagerDestinationExtension()
305 requestNoExt.setDestinationUri(Uri.fromFile(noExtLocation)); in testDownloadManagerDestinationExtension()
317 assertSuccessfulDownload(noExtId, noExtLocation); in testDownloadManagerDestinationExtension()