Searched refs:communalWidgets (Results 1 – 6 of 6) sorted by relevance
135 val communalWidgets by collectLastValue(underTest.communalWidgets) in communalWidgets_queryWidgetsFromDb() constant137 assertThat(communalWidgets) in communalWidgets_queryWidgetsFromDb()172 val communalWidgets by collectLastValue(underTest.communalWidgets) in communalWidgets_widgetsWithoutMatchingProvidersAreSkipped() constant173 assertThat(communalWidgets) in communalWidgets_widgetsWithoutMatchingProvidersAreSkipped()206 val communalWidgets by collectLastValue(underTest.communalWidgets) in communalWidgets_updatedWhenProvidersUpdate() constant207 assertThat(communalWidgets).isNotNull() in communalWidgets_updatedWhenProvidersUpdate()208 assertThat(communalWidgets) in communalWidgets_updatedWhenProvidersUpdate()230 assertThat(communalWidgets) in communalWidgets_updatedWhenProvidersUpdate()562 val communalWidgets by collectLastValue(underTest.communalWidgets) in pendingWidgets() constant563 assertThat(communalWidgets) in pendingWidgets()[all …]
192 val communalWidgets by in removeAppWidgetReportedByHost() constant193 collectLastValue(fakeCommunalWidgetRepository.communalWidgets) in removeAppWidgetReportedByHost()194 assertThat(communalWidgets).containsExactly(widget1, widget2, widget3) in removeAppWidgetReportedByHost()199 assertThat(communalWidgets).containsExactly(widget2, widget3) in removeAppWidgetReportedByHost()204 assertThat(communalWidgets).containsExactly(widget2) in removeAppWidgetReportedByHost()228 val communalWidgets by in removeWidgetsForDeletedProfile_whenCommunalIsAvailable() constant229 collectLastValue(fakeCommunalWidgetRepository.communalWidgets) in removeWidgetsForDeletedProfile_whenCommunalIsAvailable()230 assertThat(communalWidgets).containsExactly(widget1, widget2, widget3) in removeWidgetsForDeletedProfile_whenCommunalIsAvailable()245 assertThat(communalWidgets).containsExactly(widget3) in removeWidgetsForDeletedProfile_whenCommunalIsAvailable()
17 override val communalWidgets: Flow<List<CommunalWidgetContentModel>> = _communalWidgets constant in com.android.systemui.communal.data.repository.FakeCommunalWidgetRepository
54 val communalWidgets: Flow<List<CommunalWidgetContentModel>> in <lambda>() constant125 override val communalWidgets: Flow<List<CommunalWidgetContentModel>> = constant
55 .sample(communalInteractor.communalWidgets, ::Pair) in <lambda>()
380 val communalWidgets: Flow<List<CommunalWidgetContentModel>> = in <lambda>() constant382 if (!available) emptyFlow() else widgetRepository.communalWidgets in <lambda>()388 widgetRepository.communalWidgets in <lambda>()