Searched refs:setNotifStats (Results 1 – 5 of 5) sorted by relevance
24 fun setNotifStats(stats: NotifStats) regex48 override fun setNotifStats(stats: NotifStats) {}
79 verify(stackController).setNotifStats(NotifStats(1, false, true, false, false))86 verify(stackController).setNotifStats(NotifStats(1, false, false, false, true))
506 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()
50 controller.setNotifStats(calculateNotifStats(entries))
2010 public void setNotifStats(@NonNull NotifStats notifStats) {