Searched refs:hasNonClearableSilentNotifs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | ActiveNotificationsInteractorTest.kt | 104 hasNonClearableSilentNotifs = false, in clearableNotifications_whenHasClearableAlertingNotifs() 122 hasNonClearableSilentNotifs = false, in hasClearableNotifications_whenHasClearableSilentNotifs() 140 hasNonClearableSilentNotifs = false, in testHasClearableNotifications_whenHasNoNotifs() 158 hasNonClearableSilentNotifs = false, in hasClearableAlertingNotifications_whenHasClearableSilentNotifs() 176 hasNonClearableSilentNotifs = true, in hasClearableAlertingNotifications_whenHasNoClearableNotifs() 194 hasNonClearableSilentNotifs = false, in hasClearableAlertingNotifications_whenHasAlertingNotifs() 212 hasNonClearableSilentNotifs = true, in hasNonClearableSilentNotifications_whenHasNonClearableSilentNotifs() 230 hasNonClearableSilentNotifs = false, in testHasNonClearableSilentNotifications_whenHasClearableSilentNotifs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinator.kt | 77 var hasNonClearableSilentNotifs = false in calculateNotifStats() variable 91 isSilent && !isClearable -> hasNonClearableSilentNotifs = true in calculateNotifStats() 100 hasNonClearableSilentNotifs = hasNonClearableSilentNotifs, in calculateNotifStats()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModelTest.kt | 120 hasNonClearableSilentNotifs = false, in clearAllButtonVisible_whenHasClearableNotifs() 138 hasNonClearableSilentNotifs = false, in clearAllButtonVisible_whenHasNoClearableNotifs() 156 hasNonClearableSilentNotifs = false, in clearAllButtonVisible_whenMessageVisible() 188 hasNonClearableSilentNotifs = false, in clearAllButtonAnimating_whenShadeExpandedAndTouchable() 222 hasNonClearableSilentNotifs = false, in clearAllButtonAnimating_whenShadeNotExpanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | NotifStackController.kt | 33 val hasNonClearableSilentNotifs: 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/ |
D | ActiveNotificationsInteractor.kt | 113 .map { it.hasNonClearableSilentNotifs } in <lambda>()
|