Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt105 hasClearableSilentNotifs = false, in clearableNotifications_whenHasClearableAlertingNotifs()
123 hasClearableSilentNotifs = true, in hasClearableNotifications_whenHasClearableSilentNotifs()
141 hasClearableSilentNotifs = false, in testHasClearableNotifications_whenHasNoNotifs()
159 hasClearableSilentNotifs = true, in hasClearableAlertingNotifications_whenHasClearableSilentNotifs()
177 hasClearableSilentNotifs = false, in hasClearableAlertingNotifications_whenHasNoClearableNotifs()
195 hasClearableSilentNotifs = false, in hasClearableAlertingNotifications_whenHasAlertingNotifs()
213 hasClearableSilentNotifs = false, in hasNonClearableSilentNotifications_whenHasNonClearableSilentNotifs()
231 hasClearableSilentNotifs = true, in testHasNonClearableSilentNotifications_whenHasClearableSilentNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt78 var hasClearableSilentNotifs = false in calculateNotifStats() variable
90 isSilent && isClearable -> hasClearableSilentNotifs = true in calculateNotifStats()
101 hasClearableSilentNotifs = hasClearableSilentNotifs in calculateNotifStats()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelTest.kt121 hasClearableSilentNotifs = true, in clearAllButtonVisible_whenHasClearableNotifs()
139 hasClearableSilentNotifs = false, in clearAllButtonVisible_whenHasNoClearableNotifs()
157 hasClearableSilentNotifs = true, in clearAllButtonVisible_whenMessageVisible()
189 hasClearableSilentNotifs = true, in clearAllButtonAnimating_whenShadeExpandedAndTouchable()
223 hasClearableSilentNotifs = true, in clearAllButtonAnimating_whenShadeNotExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifStackController.kt34 val hasClearableSilentNotifs: Boolean in setNotifStats() constant in com.android.systemui.statusbar.notification.collection.render.NotifStats
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt101 .map { it.hasClearableAlertingNotifs || it.hasClearableSilentNotifs } in <lambda>()