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/ |
D | DownloadManagerBaseTest.java | 61 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/ |
D | DownloadManagerBaseTest.java | 83 protected static final int DEFAULT_WAIT_POLL_TIME = 5 * 1000; // 5 seconds field in DownloadManagerBaseTest 533 receiver.wait(DEFAULT_WAIT_POLL_TIME); in setWiFiStateOn() 572 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn() 791 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount() 1008 Thread.sleep(DEFAULT_WAIT_POLL_TIME); in getCursor() 1009 currentWaitTime += DEFAULT_WAIT_POLL_TIME; in getCursor()
|