Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java86 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 30 * 1000; // 30 seconds field in DownloadManagerBaseTest
655 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME); in waitForDownloadOrTimeout_skipNotification()
815 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!"); in waitForDownloadToStart()
852 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download notifications!" in waitForReceiverNotifications()
872 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be created."); in waitForFileToGrow()
881 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to."); in waitForFileToGrow()
DDownloadManagerStressTest.java95 waitForDownloadsOrTimeout(WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME); in testMultipleDownloads()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java64 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes field in DownloadManagerBaseTest
451 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!"); in waitForDownloadToStart()
480 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to."); in waitToReceiveData()