Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java101 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()
124 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in isNotificationGone()
148 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in isNotificationGone()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DRoutingTest.java487 long totalWait = 0; in assertHasNonNullRoutedDevice() local
489 totalWait += timeouts[attempt]; in assertHasNonNullRoutedDevice()
492 if (routedDevice == null && (attempt > 2 || totalWait >= 1000)) { in assertHasNonNullRoutedDevice()
493 Log.w(TAG, "Routing still not reported after " + totalWait + "ms"); in assertHasNonNullRoutedDevice()