Home
last modified time | relevance | path

Searched refs:viewModelForSub (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModelTest.kt148 val model1 = underTest.viewModelForSub(1, StatusBarLocation.HOME) in caching_mobileIconViewModelIsReusedForSameSubId()
149 val model2 = underTest.viewModelForSub(1, StatusBarLocation.QS) in caching_mobileIconViewModelIsReusedForSameSubId()
158 val model1 = underTest.viewModelForSub(1, StatusBarLocation.HOME) in caching_invalidViewModelsAreRemovedFromCacheWhenSubDisappears()
159 val model2 = underTest.viewModelForSub(2, StatusBarLocation.QS) in caching_invalidViewModelsAreRemovedFromCacheWhenSubDisappears()
175 val model1 = underTest.viewModelForSub(1, StatusBarLocation.HOME) in caching_invalidatedViewModelsAreCanceled()
176 val model2 = underTest.viewModelForSub(2, StatusBarLocation.QS) in caching_invalidatedViewModelsAreCanceled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModel.kt100 fun viewModelForSub(subId: Int, location: StatusBarLocation): LocationBasedMobileViewModel { in <lambda>() method in com.android.systemui.statusbar.pipeline.mobile.ui.viewmodel.MobileIconsViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DIconManager.java232 mMobileIconsViewModel.viewModelForSub(subId, mLocation) in onCreateModernStatusBarMobileView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java251 mMobileIconsViewModel.viewModelForSub(subId, mLocation) in addModernMobileView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupController.java256 .viewModelForSub(iconData.subId, in updateModernMobileIcons()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerTest.java194 when(mMobileIconsViewModel.viewModelForSub(anyInt(), any())) in setupWithNewPipeline()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt462 (viewModel.mobileIconsViewModel.viewModelForSub( in ShadeCarrierGroup()