Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModelTest.kt198 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_noSubs_false()
212 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_oneSub_notShowingRat_false()
229 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_oneSub_showingRat_true()
246 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_updatesAsSubUpdates()
271 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubNotShowingRat_false()
289 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubShowingRat_true()
306 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_subListUpdates_valAlsoUpdates()
333 underTest.firstMobileSubShowingNetworkTypeIcon.onEach { latest = it }.launchIn(this) in firstMobileSubShowingNetworkTypeIcon_subListReorders_valAlsoUpdates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModel.kt89 val firstMobileSubShowingNetworkTypeIcon: StateFlow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.ui.viewmodel.MobileIconsViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/
DStatusBarPipelineModule.kt168 mobileIconsViewModel.firstMobileSubShowingNetworkTypeIcon in airplaneModeRepository()