Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java569 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
727 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() method in DownloadManagerBaseTest
769 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis, in doWaitForDownloadsOrTimeout()
788 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount()
811 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart()
848 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForReceiverNotifications()
868 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow()
877 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow()
/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()