Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt102 hasNonClearableAlertingNotifs = false, in clearableNotifications_whenHasClearableAlertingNotifs()
120 hasNonClearableAlertingNotifs = false, in hasClearableNotifications_whenHasClearableSilentNotifs()
138 hasNonClearableAlertingNotifs = false, in testHasClearableNotifications_whenHasNoNotifs()
156 hasNonClearableAlertingNotifs = false, in hasClearableAlertingNotifications_whenHasClearableSilentNotifs()
174 hasNonClearableAlertingNotifs = true, in hasClearableAlertingNotifications_whenHasNoClearableNotifs()
192 hasNonClearableAlertingNotifs = false, in hasClearableAlertingNotifications_whenHasAlertingNotifs()
210 hasNonClearableAlertingNotifs = false, in hasNonClearableSilentNotifications_whenHasNonClearableSilentNotifs()
228 hasNonClearableAlertingNotifs = false, in testHasNonClearableSilentNotifications_whenHasClearableSilentNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt75 var hasNonClearableAlertingNotifs = false in calculateNotifStats() variable
93 !isSilent && !isClearable -> hasNonClearableAlertingNotifs = true in calculateNotifStats()
98 hasNonClearableAlertingNotifs = hasNonClearableAlertingNotifs, in calculateNotifStats()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelTest.kt118 hasNonClearableAlertingNotifs = false, in clearAllButtonVisible_whenHasClearableNotifs()
136 hasNonClearableAlertingNotifs = false, in clearAllButtonVisible_whenHasNoClearableNotifs()
154 hasNonClearableAlertingNotifs = false, in clearAllButtonVisible_whenMessageVisible()
186 hasNonClearableAlertingNotifs = false, in clearAllButtonAnimating_whenShadeExpandedAndTouchable()
220 hasNonClearableAlertingNotifs = false, in clearAllButtonAnimating_whenShadeNotExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifStackController.kt31 val hasNonClearableAlertingNotifs: Boolean, in setNotifStats() constant in com.android.systemui.statusbar.notification.collection.render.NotifStats