Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java262 long extFileId = mDownloadManager.enqueue(requestExtFile); in testDownloadManagerDestination() local
272 receiver.waitForDownloadComplete(SHORT_TIMEOUT, uriId, extFileId, publicId); in testDownloadManagerDestination()
275 assertSuccessfulDownload(extFileId, extFileLocation); in testDownloadManagerDestination()
279 assertRemoveDownload(extFileId, allDownloads - 2); in testDownloadManagerDestination()