Searched refs:topLevelRepresentativeNotifications (Results 1 – 3 of 3) sorted by relevance
40 val topLevelRepresentativeNotifications: Flow<List<ActiveNotificationModel>> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
57 activeNotificationsInteractor.topLevelRepresentativeNotifications, in <lambda>()
52 val notifs by collectLastValue(notifsInteractor.topLevelRepresentativeNotifications) in <lambda>()