Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractorTest.kt301 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>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalViewModel.kt113 _isMediaHostVisible.flatMapLatest { communalInteractor.getOngoingContent(it) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt485 fun getOngoingContent(mediaHostVisible: Boolean): Flow<List<CommunalContentModel.Ongoing>> = in <lambda>() method