Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModelTest.kt216 interactor.getInteractorForSubId(1)!!.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_oneSub_notShowingRat_false()
233 interactor.getInteractorForSubId(1)!!.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_oneSub_showingRat_true()
251 sub1Interactor.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_updatesAsSubUpdates()
255 sub1Interactor.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_updatesAsSubUpdates()
259 sub1Interactor.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_updatesAsSubUpdates()
274 interactor.getInteractorForSubId(1)?.networkTypeIconGroup?.value = in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubNotShowingRat_false()
276 interactor.getInteractorForSubId(2)!!.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubNotShowingRat_false()
292 interactor.getInteractorForSubId(1)?.networkTypeIconGroup?.value = in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubShowingRat_true()
294 interactor.getInteractorForSubId(2)!!.networkTypeIconGroup.value = in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubShowingRat_true()
309 interactor.getInteractorForSubId(1)?.networkTypeIconGroup?.value = in firstMobileSubShowingNetworkTypeIcon_subListUpdates_valAlsoUpdates()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModel.kt252 iconInteractor.networkTypeIconGroup,
254 ) { networkTypeIconGroup, shouldShow -> in networkTypeIconGroup() method
256 if (networkTypeIconGroup.contentDescription != 0) in networkTypeIconGroup()
257 ContentDescription.Resource(networkTypeIconGroup.contentDescription) in networkTypeIconGroup()
260 if (networkTypeIconGroup.iconId != 0) in networkTypeIconGroup()
261 Icon.Resource(networkTypeIconGroup.iconId, desc) in networkTypeIconGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModel.kt95 combine(it.isRoaming, it.networkTypeIconGroup) { isRoaming, networkTypeIconGroup -> in <lambda>() method
96 val cd = loadString(networkTypeIconGroup.contentDescription) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractor.kt97 combine(it.isRoaming, it.networkTypeIconGroup) { isRoaming, networkTypeIconGroup -> in <lambda>() method
98 val cd = loadString(networkTypeIconGroup.contentDescription) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt247 val job = underTest.networkTypeIconGroup.onEach { latest = it }.launchIn(this) in iconGroup_three_g()
261 val job = underTest.networkTypeIconGroup.onEach { latest = it }.launchIn(this) in iconGroup_updates_on_change()
278 val job = underTest.networkTypeIconGroup.onEach { latest = it }.launchIn(this) in iconGroup_5g_override_type()
292 val job = underTest.networkTypeIconGroup.onEach { latest = it }.launchIn(this) in iconGroup_default_if_no_lookup()
306 val job = underTest.networkTypeIconGroup.onEach { latest = it }.launchIn(this) in iconGroup_carrierMerged_usesOverride()
331 val job = underTest.networkTypeIconGroup.onEach { latest = it }.launchIn(this) in overrideIcon_usesCarrierIdOverride()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DFakeMobileIconInteractor.kt46 override val networkTypeIconGroup = constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.FakeMobileIconInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractor.kt85 val networkTypeIconGroup: StateFlow<NetworkTypeIconModel> in <lambda>() constant
221 override val networkTypeIconGroup = constant