Home
last modified time | relevance | path

Searched refs:alertExceptionExpires (Results 1 – 1 of 1) 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 regex
154 if (alertExceptionExpires != target.alertExceptionExpires &&
155 alertExceptionExpires > now) {
160 target.alertExceptionExpires = alertExceptionExpires
165 }, alertExceptionExpires - now)
172 target.alertExceptionExpires = 0
195 var alertExceptionExpires: Long = 0