Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java60 protected static final int DEFAULT_MAX_WAIT_TIME = 2 * 60 * 1000; // 2 minutes field in DownloadManagerBaseTest
297 long timeoutTime = SystemClock.elapsedRealtime() + DEFAULT_MAX_WAIT_TIME; in setWiFiStateOn()
341 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
428 DEFAULT_MAX_WAIT_TIME, "Timed out waiting for SD Card to be ready!"); in waitForExternalStoreMount()
552 if (currentWaitTime > DEFAULT_MAX_WAIT_TIME) { in getCursor()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java82 protected static final int DEFAULT_MAX_WAIT_TIME = 2 * 60 * 1000; // 2 minutes field in DownloadManagerBaseTest
528 long timeoutTime = SystemClock.elapsedRealtime() + DEFAULT_MAX_WAIT_TIME; in setWiFiStateOn()
572 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn()
792 DEFAULT_MAX_WAIT_TIME, "Timed out waiting for SD Card to be ready!"); in waitForExternalStoreMount()
1010 if (currentWaitTime > DEFAULT_MAX_WAIT_TIME) { in getCursor()