Home
last modified time | relevance | path

Searched refs:filteredNotifSet (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt91 val filteredSet by collectLastValue(underTest.filteredNotifSet()) in filteredEntrySet()
99 val filteredSet by collectLastValue(underTest.filteredNotifSet()) in filteredEntrySet_noExpandedBubbles()
106 val filteredSet by collectLastValue(underTest.filteredNotifSet(showAmbient = false)) in filteredEntrySet_noAmbient()
116 val filteredSet by collectLastValue(underTest.filteredNotifSet(showLowPriority = false)) in filteredEntrySet_noLowPriority()
123 val filteredSet by collectLastValue(underTest.filteredNotifSet(showDismissed = false)) in filteredEntrySet_noDismissed()
131 collectLastValue(underTest.filteredNotifSet(showRepliedMessages = false)) in filteredEntrySet_noRepliedMessages()
140 val filteredSet by collectLastValue(underTest.filteredNotifSet(showPulsing = false)) in filteredEntrySet_noPulsing_notifsNotFullyHidden()
148 val filteredSet by collectLastValue(underTest.filteredNotifSet(showPulsing = false)) in filteredEntrySet_noPulsing_notifsFullyHidden()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt48 fun filteredNotifSet( in <lambda>() method in com.android.systemui.statusbar.notification.icon.domain.interactor.NotificationIconsInteractor
116 iconsInteractor.filteredNotifSet( in isBypassEnabled()
137 iconsInteractor.filteredNotifSet( in showSilentIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerShelfViewModel.kt39 .filteredNotifSet() in <lambda>()