Home
last modified time | relevance | path

Searched refs:notifStats (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt100 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>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt99 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelTest.kt115 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt60 val notifStats = calculateNotifStats(entries) in onAfterRenderList() constant
62 activeNotificationsInteractor.setNotifStats(notifStats) in onAfterRenderList()
64 controller.setNotifStats(notifStats) in onAfterRenderList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepository.kt43 val notifStats = MutableStateFlow(NotifStats.empty) constant in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationListRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java2129 public void setNotifStats(@NonNull NotifStats notifStats) {
2131 mNotifStats = notifStats;