Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java119 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testBasicRequest()
150 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL, 10 * DateUtils.MINUTE_IN_MILLIS); in testExtremelyLarge()
189 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testInterruptedDownload()
197 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testInterruptedDownload()
209 download.runUntilStatus(DownloadManager.STATUS_PAUSED); in testInterruptedExternalDownload()
211 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testInterruptedExternalDownload()
253 download1.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testFiltering()
257 download2.runUntilStatus(DownloadManager.STATUS_FAILED); in testFiltering()
295 download1.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testOrdering()
299 download2.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testOrdering()
[all …]
DDownloadProviderFunctionalTest.java62 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS); in testDownloadTextFile()
77 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS); in testDownloadToCache()
92 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS); in testRoaming()
98 runUntilStatus(downloadUri, Downloads.Impl.STATUS_WAITING_FOR_NETWORK); in testRoaming()
102 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS); in testRoaming()
112 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS); in testCleartextTrafficPermittedFlagHonored()
117 runUntilStatus(downloadUri, Downloads.Impl.STATUS_BAD_REQUEST); in testCleartextTrafficPermittedFlagHonored()
132 private void runUntilStatus(Uri downloadUri, int expected) throws Exception { in runUntilStatus() method in DownloadProviderFunctionalTest
DAbstractPublicApiTest.java116 void runUntilStatus(int status) throws TimeoutException { in runUntilStatus() method in AbstractPublicApiTest.Download
122 void runUntilStatus(int status, long timeout) throws TimeoutException { in runUntilStatus() method in AbstractPublicApiTest.Download
DStorageTest.java235 download.runUntilStatus(expectedStatus); in prepareAndRunDownload()