Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java85 protected static final int WAIT_FOR_DOWNLOAD_POLL_TIME = 1 * 1000; // 1 second field in DownloadManagerBaseTest
655 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME); in waitForDownloadOrTimeout_skipNotification()
814 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart()
851 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForReceiverNotifications()
871 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow()
880 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow()
DDownloadManagerStressTest.java95 waitForDownloadsOrTimeout(WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME); in testMultipleDownloads()
DDownloadManagerFunctionalTest.java385 WAIT_FOR_DOWNLOAD_POLL_TIME, timeout); in testDownloadNoWifi()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java63 protected static final int WAIT_FOR_DOWNLOAD_POLL_TIME = 1 * 1000; // 1 second field in DownloadManagerBaseTest
450 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart()
479 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitToReceiveData()