Searched refs:setNotifStats (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinatorTest.kt | 120 verify(stackController).setNotifStats(NotifStats(1, false, true, false, false)) in testSetNotificationStats_clearableAlerting() 131 verify(stackController).setNotifStats(NotifStats(1, true, false, false, false)) in testSetNotificationStats_isSensitiveStateActive_nonClearableAlerting() 140 verify(stackController).setNotifStats(NotifStats(1, false, false, false, true)) in testSetNotificationStats_clearableSilent() 151 verify(stackController).setNotifStats(NotifStats(1, false, false, true, false)) in testSetNotificationStats_isSensitiveStateActive_nonClearableSilent() 161 .setNotifStats(NotifStats(1, false, true, false, false)) in testSetNotificationStats_footerFlagOn_clearableAlerting() 176 .setNotifStats(NotifStats(1, true, false, false, false)) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableAlerting() 186 .setNotifStats(NotifStats(1, false, false, false, true)) in testSetNotificationStats_footerFlagOn_clearableSilent() 201 .setNotifStats(NotifStats(1, false, false, true, false)) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableSilent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | NotifStackController.kt | 24 fun setNotifStats(stats: NotifStats) in setNotifStats() method 48 override fun setNotifStats(stats: NotifStats) {} in setNotifStats() method in com.android.systemui.statusbar.notification.collection.render.DefaultNotifStackController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinator.kt | 62 activeNotificationsInteractor.setNotifStats(notifStats) in onAfterRenderList() 64 controller.setNotifStats(notifStats) in onAfterRenderList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | ActiveNotificationsInteractor.kt | 117 fun setNotifStats(notifStats: NotifStats) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutControllerTest.java | 761 mController.getNotifStackController().setNotifStats(NotifStats.getEmpty()); in testSetNotifStats_updatesHasFilteredOutSeenNotifications() 805 mController.getNotifStackController().setNotifStats(NotifStats.getEmpty()); in updateImportantForAccessibility_noChild_onKeyGuard_notImportantForA11y() 819 mController.getNotifStackController().setNotifStats( in updateImportantForAccessibility_hasChild_onKeyGuard_importantForA11y() 840 mController.getNotifStackController().setNotifStats( in updateImportantForAccessibility_hasChild_notOnKeyGuard_importantForA11y() 861 mController.getNotifStackController().setNotifStats(NotifStats.getEmpty()); in updateImportantForAccessibility_noChild_notOnKeyGuard_importantForA11y()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 2129 public void setNotifStats(@NonNull NotifStats notifStats) {
|