Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java256 Download download2 = enqueueRequest(getRequest()); in testFiltering() local
257 download2.runUntilStatus(DownloadManager.STATUS_FAILED); in testFiltering()
263 checkAndCloseCursor(cursor, download3, download2, download1); in testFiltering()
265 cursor = mManager.query(new DownloadManager.Query().setFilterById(download2.mId)); in testFiltering()
266 checkAndCloseCursor(cursor, download2); in testFiltering()
275 checkAndCloseCursor(cursor, download2, download1); in testFiltering()
284 checkAndCloseCursor(cursor, invisibleDownload, download3, download2, download1); in testFiltering()
286 checkAndCloseCursor(cursor, download3, download2, download1); in testFiltering()
298 Download download2 = enqueueRequest(getRequest()); in testOrdering() local
299 download2.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testOrdering()
[all …]