Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt40 val topLevelRepresentativeNotifications: Flow<List<ActiveNotificationModel>> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt57 activeNotificationsInteractor.topLevelRepresentativeNotifications, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationsListInteractorTest.kt52 val notifs by collectLastValue(notifsInteractor.topLevelRepresentativeNotifications) in <lambda>()