Searched refs:firstMobileSubShowingNetworkTypeIcon (Results 1 – 3 of 3) sorted by relevance
198 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()
89 val firstMobileSubShowingNetworkTypeIcon: StateFlow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.ui.viewmodel.MobileIconsViewModel
168 mobileIconsViewModel.firstMobileSubShowingNetworkTypeIcon in airplaneModeRepository()