Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java49 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()
/cts/tests/tests/media/src/android/media/cts/
DRoutingTest.java499 long totalWait = 0; in assertHasNonNullRoutedDevice() local
501 totalWait += timeouts[attempt]; in assertHasNonNullRoutedDevice()
504 if (routedDevice == null && (attempt > 2 || totalWait >= 1000)) { in assertHasNonNullRoutedDevice()
505 Log.w(TAG, "Routing still not reported after " + totalWait + "ms"); in assertHasNonNullRoutedDevice()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java328 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in assertNotificationCancelled()