Home
last modified time | relevance | path

Searched defs:communalContent (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalViewModelTest.kt187 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
226 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
247 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
260 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
272 val communalContent by collectValues(underTest.communalContent) in <lambda>() constant
320 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
624 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
687 val communalContent by collectLastValue(underTest.communalContent) in <lambda>() constant
DCommunalEditModeViewModelTest.kt157 val communalContent by collectLastValue(underTest.communalContent) in communalContent_onlyWidgetsAndCtaTileAreShownInEditMode() constant
217 val communalContent by collectLastValue(underTest.communalContent) in deleteWidget() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DBaseCommunalViewModel.kt98 abstract val communalContent: Flow<List<CommunalContentModel>> constant in com.android.systemui.communal.ui.viewmodel.BaseCommunalViewModel
DCommunalEditModeViewModel.kt91 override val communalContent: Flow<List<CommunalContentModel>> = in <lambda>() constant
DCommunalViewModel.kt147 override val communalContent: Flow<List<CommunalContentModel>> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt84 private val communalContent: CommunalContent, constant in com.android.systemui.shade.GlanceableHubContainerController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DGlanceableHubContainerControllerTest.kt94 @Mock private lateinit var communalContent: CommunalContent variable in com.android.systemui.shade.GlanceableHubContainerControllerTest
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt167 val communalContent by in <lambda>() constant