Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java93 receiver.waitForDownloadComplete(SHORT_TIMEOUT, goodId, badId); in testDownloadManager()
119 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testDownloadManagerSupportsHttp()
152 receiver.waitForDownloadComplete(LONG_TIMEOUT, id); in testDownloadManagerSupportsHttpWithExternalWebServer()
186 receiver.waitForDownloadComplete(LONG_TIMEOUT, id); in testDownloadManagerSupportsHttpsWithExternalWebServer()
205 receiver.waitForDownloadComplete(LONG_TIMEOUT, id); in testMinimumDownload()
272 receiver.waitForDownloadComplete(SHORT_TIMEOUT, uriId, extFileId, publicId); in testDownloadManagerDestination()
315 receiver.waitForDownloadComplete(SHORT_TIMEOUT, noExtId, wrongExtId); in testDownloadManagerDestinationExtension()
410 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testSetDestinationUri()
447 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testSetDestinationInExternalPublicDownloadDir()
538 receiver.waitForDownloadComplete(SHORT_TIMEOUT, uriId); in testDownloadNotVisibleInUi()
[all …]
DDownloadManagerTestBase.java490 public void waitForDownloadComplete(long timeoutMillis, long... waitForIds) in waitForDownloadComplete() method in DownloadManagerTestBase.DownloadCompleteReceiver
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java69 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testSetDestinationUri_publicDir()
95 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testSetDestinationUri_sdcardPath()
146 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testDestinationInExternalPublicDir()
205 receiver.waitForDownloadComplete(SHORT_TIMEOUT, downloadId); in testDownloadManager_mediaStoreEntry()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java135 receiver.waitForDownloadComplete(30 * DateUtils.SECOND_IN_MILLIS, id); in testDownloadManagerPackage()
171 public void waitForDownloadComplete(long timeoutMillis, long... waitForIds) in waitForDownloadComplete() method in ExternalStorageTest.DownloadCompleteReceiver
/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/
DDownloadManagerInstallerTest.java67 receiver.waitForDownloadComplete(SHORT_TIMEOUT, id); in testSetDestinationUri_otherAppObbDir()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerDrmTestBase.java1070 receiver.waitForDownloadComplete(timeout, id); in downloadFile()
1112 public void waitForDownloadComplete(long timeoutSecs, long... waitForIds) in waitForDownloadComplete() method in MediaPlayerDrmTestBase.MediaDownloadManager.DownloadReceiver