Searched refs:notifStats (Results 1 – 6 of 6) sorted by relevance
100 repository.notifStats in <lambda>()106 repository.notifStats in <lambda>()112 repository.notifStats in <lambda>()117 fun setNotifStats(notifStats: NotifStats) { in <lambda>()118 repository.notifStats.value = notifStats in <lambda>()
99 activeNotificationListRepository.notifStats.value = in clearableNotifications_whenHasClearableAlertingNotifs()117 activeNotificationListRepository.notifStats.value = in hasClearableNotifications_whenHasClearableSilentNotifs()135 activeNotificationListRepository.notifStats.value = in testHasClearableNotifications_whenHasNoNotifs()153 activeNotificationListRepository.notifStats.value = in hasClearableAlertingNotifications_whenHasClearableSilentNotifs()171 activeNotificationListRepository.notifStats.value = in hasClearableAlertingNotifications_whenHasNoClearableNotifs()189 activeNotificationListRepository.notifStats.value = in hasClearableAlertingNotifications_whenHasAlertingNotifs()207 activeNotificationListRepository.notifStats.value = in hasNonClearableSilentNotifications_whenHasNonClearableSilentNotifs()225 activeNotificationListRepository.notifStats.value = in testHasNonClearableSilentNotifications_whenHasClearableSilentNotifs()
115 activeNotificationListRepository.notifStats.value = in clearAllButtonVisible_whenHasClearableNotifs()133 activeNotificationListRepository.notifStats.value = in clearAllButtonVisible_whenHasNoClearableNotifs()151 activeNotificationListRepository.notifStats.value = in clearAllButtonVisible_whenMessageVisible()183 activeNotificationListRepository.notifStats.value = in clearAllButtonAnimating_whenShadeExpandedAndTouchable()217 activeNotificationListRepository.notifStats.value = in clearAllButtonAnimating_whenShadeNotExpanded()
60 val notifStats = calculateNotifStats(entries) in onAfterRenderList() constant62 activeNotificationsInteractor.setNotifStats(notifStats) in onAfterRenderList()64 controller.setNotifStats(notifStats) in onAfterRenderList()
43 val notifStats = MutableStateFlow(NotifStats.empty) constant in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationListRepository
2129 public void setNotifStats(@NonNull NotifStats notifStats) {2131 mNotifStats = notifStats;