Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java84 long goodId = mDownloadManager.enqueue(new Request(getGoodUrl())); in testDownloadManager() local
90 assertDownloadQueryableById(goodId); in testDownloadManager()
93 receiver.waitForDownloadComplete(SHORT_TIMEOUT, goodId, badId); in testDownloadManager()
98 assertRemoveDownload(goodId, allDownloads - 1); in testDownloadManager()