Searched defs:cdmaRoaming (Results 1 – 8 of 8) sorted by relevance
53 override val cdmaRoaming = MutableStateFlow(false) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
116 val cdmaRoaming: StateFlow<Boolean> constant
97 override val cdmaRoaming: StateFlow<Boolean> = MutableStateFlow(ROAMING).asStateFlow() in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
120 override val cdmaRoaming = in <lambda>() constant
307 override val cdmaRoaming: StateFlow<Boolean> = in <lambda>() constant
185 override val cdmaRoaming = MutableStateFlow(false) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
247 ) { carrierNetworkChangeActive, isGsm, isRoaming, cdmaRoaming -> in isRoaming() method
2088 private boolean isRoamingBetweenOperators(boolean cdmaRoaming, ServiceState s) { in isRoamingBetweenOperators()