Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt605 return (mSystemClock.currentTimeMillis() - updateTime) <= MAX_RANKING_UPDATE_DELAY_MS in <lambda>()
615 return (mSystemClock.currentTimeMillis() - addedTime) <= MAX_RANKING_UPDATE_DELAY_MS in <lambda>()
623 val timeThreshold = mSystemClock.currentTimeMillis() - MAX_RANKING_UPDATE_DELAY_MS in <lambda>()
760 private const val MAX_RANKING_UPDATE_DELAY_MS: Long = 2000 in <lambda>() constant