Home
last modified time | relevance | path

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

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