Searched refs:download3 (Results 1 – 1 of 1) sorted by relevance
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | PublicApiFunctionalTest.java | 260 Download download3 = enqueueRequest(getRequest()); in testFiltering() local 263 checkAndCloseCursor(cursor, download3, download2, download1); in testFiltering() 270 checkAndCloseCursor(cursor, download3); in testFiltering() 284 checkAndCloseCursor(cursor, invisibleDownload, download3, download2, download1); in testFiltering() 286 checkAndCloseCursor(cursor, download3, download2, download1); in testFiltering() 302 Download download3 = enqueueRequest(getRequest()); in testOrdering() local 303 download3.runUntilStatus(DownloadManager.STATUS_FAILED); in testOrdering() 307 checkAndCloseCursor(cursor, download3, download2, download1); in testOrdering() 312 checkAndCloseCursor(cursor, download1, download2, download3); in testOrdering() 317 checkAndCloseCursor(cursor, download2, download1, download3); in testOrdering() [all …]
|