Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupWhenCoordinator.kt60 var closestFutureTime = Long.MAX_VALUE regex
65 closestFutureTime = min(closestFutureTime, whenMillis)
69 if (closestFutureTime != Long.MAX_VALUE) {
71 delayableExecutor.executeDelayed(invalidateListRunnable, closestFutureTime - now)