Searched refs:currentWaitTime (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerBaseTest.java | 338 int currentWaitTime = 0; in setAirplaneModeOn() local 341 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn() 424 int currentWaitTime = 0; in waitForExternalStoreMount() local 427 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount() 444 int currentWaitTime = 0; in waitForDownloadToStart() local 450 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart() 473 int currentWaitTime = 0; in waitToReceiveData() local 479 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitToReceiveData() 546 int currentWaitTime = 0; in getCursor() local 551 currentWaitTime += DEFAULT_WAIT_POLL_TIME; in getCursor() [all …]
|
D | DownloadManagerTestApp.java | 194 int currentWaitTime = 0; in verifyFileDownloadSucceeded() local
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 570 int currentWaitTime = 0; in setAirplaneModeOn() local 573 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn() 762 int currentWaitTime = 0; in doWaitForDownloadsOrTimeout() local 773 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis, in doWaitForDownloadsOrTimeout() 789 int currentWaitTime = 0; in waitForExternalStoreMount() local 792 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount() 809 int currentWaitTime = 0; in waitForDownloadToStart() local 815 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart() 848 int currentWaitTime = 0; in waitForReceiverNotifications() local 852 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForReceiverNotifications() [all …]
|