Searched refs:setNotifStats (Results 1 – 6 of 6) sorted by relevance
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()
24 fun setNotifStats(stats: NotifStats) in setNotifStats() method48 override fun setNotifStats(stats: NotifStats) {} in setNotifStats() method in com.android.systemui.statusbar.notification.collection.render.DefaultNotifStackController
62 activeNotificationsInteractor.setNotifStats(notifStats) in onAfterRenderList()64 controller.setNotifStats(notifStats) in onAfterRenderList()
117 fun setNotifStats(notifStats: NotifStats) { in <lambda>() method in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
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()
2129 public void setNotifStats(@NonNull NotifStats notifStats) {