Searched refs:totalWait (Results 1 – 2 of 2) sorted by relevance
101 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()
487 long totalWait = 0; in assertHasNonNullRoutedDevice() local489 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()