Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java341 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() method in DownloadManagerBaseTest
427 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount()
450 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart()
479 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitToReceiveData()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java573 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
731 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() method in DownloadManagerBaseTest
773 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis, in doWaitForDownloadsOrTimeout()
792 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount()
815 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart()
852 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForReceiverNotifications()
872 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow()
881 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow()