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 | 569 int currentWaitTime = 0; in setAirplaneModeOn() local 572 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn() 761 int currentWaitTime = 0; in doWaitForDownloadsOrTimeout() local 772 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis, in doWaitForDownloadsOrTimeout() 788 int currentWaitTime = 0; in waitForExternalStoreMount() local 791 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount() 808 int currentWaitTime = 0; in waitForDownloadToStart() local 814 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart() 847 int currentWaitTime = 0; in waitForReceiverNotifications() local 851 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForReceiverNotifications() [all …]
|