Searched refs:totalWait (Results 1 – 3 of 3) sorted by relevance
49 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in findPostedNotification()
499 long totalWait = 0; in assertHasNonNullRoutedDevice() local501 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()
328 for (long totalWait = 0; totalWait < MAX_WAIT_TIME; totalWait += SHORT_WAIT_TIME) { in assertNotificationCancelled()