Searched refs:currentWaitTime (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
H A 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 …]
|
H A D | DownloadManagerTestApp.java | 194 int currentWaitTime = 0; in verifyFileDownloadSucceeded() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | DownloadManagerBaseTest.java | 569 int currentWaitTime = 0; in setAirplaneModeOn() local 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() 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() 866 int currentWaitTime = 0; in waitForFileToGrow() local 871 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForFileToGrow() [all …]
|