Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java310 long wrongExtId = mDownloadManager.enqueue(requestWrongExt); in testDownloadManagerDestinationExtension() local
315 receiver.waitForDownloadComplete(SHORT_TIMEOUT, noExtId, wrongExtId); in testDownloadManagerDestinationExtension()
318 assertSuccessfulDownload(wrongExtId, wrongExtLocation); in testDownloadManagerDestinationExtension()
321 assertRemoveDownload(wrongExtId, allDownloads - 2); in testDownloadManagerDestinationExtension()