Searched refs:currentWaitTime (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/ |
D | DownloadManagerBaseTest.java | 474 int currentWaitTime = 0; in setAirplaneModeOn() local 477 timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME, in setAirplaneModeOn() 602 int currentWaitTime = 0; in doWaitForDownloadsOrTimeout() local 613 currentWaitTime = timeoutWait(currentWaitTime, poll, timeoutMillis, in doWaitForDownloadsOrTimeout() 629 int currentWaitTime = 0; in waitForExternalStoreMount() local 632 currentWaitTime = timeoutWait(currentWaitTime, DEFAULT_WAIT_POLL_TIME, in waitForExternalStoreMount() 649 int currentWaitTime = 0; in waitForDownloadToStart() local 655 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForDownloadToStart() 679 int currentWaitTime = 0; in waitForReceiverNotifications() local 683 currentWaitTime = timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME, in waitForReceiverNotifications() [all …]
|
D | DownloadManagerTestApp.java | 207 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 …]
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
D | PackageManagerHostTestUtils.java | 378 int currentWaitTime = 0; in waitForPackageManager() local 382 currentWaitTime += WAIT_FOR_DEVICE_POLL_TIME; in waitForPackageManager() 383 if (currentWaitTime > MAX_WAIT_FOR_DEVICE_TIME) { in waitForPackageManager() 420 int currentWaitTime = 0; in waitForDeviceToComeOnline() local 425 currentWaitTime += WAIT_FOR_DEVICE_POLL_TIME; in waitForDeviceToComeOnline() 426 if (currentWaitTime > MAX_WAIT_FOR_DEVICE_TIME) { in waitForDeviceToComeOnline() 451 int currentWaitTime = 0; in waitForApp() local 455 currentWaitTime += WAIT_FOR_APP_LAUNCH_POLL_TIME; in waitForApp() 456 if (currentWaitTime > MAX_WAIT_FOR_APP_LAUNCH_TIME) { in waitForApp()
|