Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifStackController.kt24 fun setNotifStats(stats: NotifStats) regex
48 override fun setNotifStats(stats: NotifStats) {}
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinatorTest.kt79 verify(stackController).setNotifStats(NotifStats(1, false, true, false, false))
86 verify(stackController).setNotifStats(NotifStats(1, false, false, false, true))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java506 mController.getNotifStackController().setNotifStats(NotifStats.getEmpty()); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
549 mController.getNotifStackController().setNotifStats(NotifStats.getEmpty()); in updateImportantForAccessibility_noChild_onKeyGuard_notImportantForA11y()
565 mController.getNotifStackController().setNotifStats( in updateImportantForAccessibility_hasChild_onKeyGuard_importantForA11y()
588 mController.getNotifStackController().setNotifStats( in updateImportantForAccessibility_hasChild_notOnKeyGuard_importantForA11y()
611 mController.getNotifStackController().setNotifStats(NotifStats.getEmpty()); in updateImportantForAccessibility_noChild_notOnKeyGuard_importantForA11y()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt50 controller.setNotifStats(calculateNotifStats(entries))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java2010 public void setNotifStats(@NonNull NotifStats notifStats) {