Searched refs:activeNotificationRanks (Results 1 – 6 of 6) sorted by relevance
37 val activeNotificationRanks: Flow<Map<String, Int>> = constant38 activeNotificationsInteractor.activeNotificationRanks
65 val ranks by collectLastValue(notifsInteractor.activeNotificationRanks) in <lambda>()95 val actual by collectLastValue(notifsInteractor.activeNotificationRanks) in <lambda>()109 val actual by collectLastValue(notifsInteractor.activeNotificationRanks) in <lambda>()
85 val activeNotificationRanks by collectLastValue(underTest.activeNotificationRanks) in testActiveNotificationRanks_sizeMatches() constant90 assertThat(activeNotificationRanks!!.size).isEqualTo(5) in testActiveNotificationRanks_sizeMatches()
113 val rankingsMap by collectLastValue(underTest.activeNotificationRanks) in <lambda>()124 val rankingsMap by collectLastValue(underTest.activeNotificationRanks) in <lambda>()
62 .sample(viewModel.activeNotificationRanks, ::Pair) in <lambda>()
95 val activeNotificationRanks: Flow<Map<String, Int>> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor