Searched refs:hasClearableSilentNotifs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | ActiveNotificationsInteractorTest.kt | 105 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/ |
D | StackCoordinator.kt | 78 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/ |
D | FooterViewModelTest.kt | 121 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/ |
D | NotifStackController.kt | 34 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/ |
D | ActiveNotificationsInteractor.kt | 101 .map { it.hasClearableAlertingNotifs || it.hasClearableSilentNotifs } in <lambda>()
|