Home
last modified time | relevance | path

Searched refs:topLevelRepresentativeNotifications (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt45 val topLevelRepresentativeNotifications: Flow<List<ActiveNotificationModel>> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
87 topLevelRepresentativeNotifications in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationsListInteractorTest.kt53 val notifs by collectLastValue(outputInteractor.topLevelRepresentativeNotifications) in <lambda>()
125 val actual by collectLastValue(outputInteractor.topLevelRepresentativeNotifications) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt70 activeNotificationsInteractor.topLevelRepresentativeNotifications, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/domain/interactor/
DPromotedNotificationsInteractor.kt213 activeNotificationsInteractor.topLevelRepresentativeNotifications, in <lambda>()