Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt55 var hasNonClearableAlertingNotifs = false regex
70 !isSilent && !isClearable -> hasNonClearableAlertingNotifs = true
75 hasNonClearableAlertingNotifs = hasNonClearableAlertingNotifs,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifStackController.kt30 val hasNonClearableAlertingNotifs: Boolean,