Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java61 protected static final int DEFAULT_WAIT_POLL_TIME = 5 * 1000; // 5 seconds field in DownloadManagerBaseTest
302 receiver.wait(DEFAULT_WAIT_POLL_TIME); in setWiFiStateOn()
341 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
427 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount()
550 Thread.sleep(DEFAULT_WAIT_POLL_TIME); in getCursor()
551 currentWaitTime += DEFAULT_WAIT_POLL_TIME; in getCursor()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java81 protected static final int DEFAULT_WAIT_POLL_TIME = 5 * 1000; // 5 seconds field in DownloadManagerBaseTest
530 receiver.wait(DEFAULT_WAIT_POLL_TIME); in setWiFiStateOn()
569 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
788 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount()
1005 Thread.sleep(DEFAULT_WAIT_POLL_TIME); in getCursor()
1006 currentWaitTime += DEFAULT_WAIT_POLL_TIME; in getCursor()