Searched refs:getOngoingContent (Results 1 – 3 of 3) sorted by relevance
301 val smartspaceContent by collectLastValue(underTest.getOngoingContent(true)) in <lambda>()399 val smartspaceContent by collectLastValue(underTest.getOngoingContent(true)) in <lambda>()415 val umoContent by collectLastValue(underTest.getOngoingContent(true)) in <lambda>()431 val umoContent by collectLastValue(underTest.getOngoingContent(false)) in <lambda>()459 val ongoingContent by collectLastValue(underTest.getOngoingContent(true)) in <lambda>()
113 _isMediaHostVisible.flatMapLatest { communalInteractor.getOngoingContent(it) } in <lambda>()
485 fun getOngoingContent(mediaHostVisible: Boolean): Flow<List<CommunalContentModel.Ongoing>> = in <lambda>() method