Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModelTest.kt60 val mobileSubIds by collectLastValue(underTest.mobileSubIds) in mobileSubIds_update() constant
63 assertThat(mobileSubIds).isEqualTo(listOf(1)) in mobileSubIds_update()
67 assertThat(mobileSubIds).isEqualTo(listOf(1, 2)) in mobileSubIds_update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModel.kt75 val mobileSubIds = in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt451 val subIds by viewModel.mobileSubIds.collectAsStateWithLifecycle() in ShadeCarrierGroup()