Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt152 val alertExceptionExpires = entry.ranking.lastAudiblyAlertedMillis + ALERT_WINDOW
187 return clock.currentTimeMillis() - entry.ranking.lastAudiblyAlertedMillis <= ALERT_WINDOW
199 private val ALERT_WINDOW = SECONDS.toMillis(30) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt290 clock.advanceTime(ALERT_WINDOW)
309 clock.advanceTime(ALERT_WINDOW)
398 private val ALERT_WINDOW = TimeUnit.SECONDS.toMillis(30) regex