Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java252 Download download1 = enqueueRequest(getRequest()); in testFiltering() local
253 download1.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testFiltering()
263 checkAndCloseCursor(cursor, download3, download2, download1); 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()
294 Download download1 = enqueueRequest(getRequest()); in testOrdering() local
295 download1.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testOrdering()
307 checkAndCloseCursor(cursor, download3, download2, download1); in testOrdering()
312 checkAndCloseCursor(cursor, download1, download2, download3); in testOrdering()
[all …]