Searched defs:dataEnabled (Results 1 – 8 of 8) sorted by relevance
54 override val dataEnabled = _dataEnabled constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
129 val dataEnabled: StateFlow<Boolean> constant
191 override val dataEnabled: StateFlow<Boolean> = wifiRepository.isWifiEnabled in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
285 override val dataEnabled = in <lambda>() constant
409 override val dataEnabled = run { in <lambda>() constant
220 override val dataEnabled = MutableStateFlow(true) in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
237 ) { dataConnected, dataEnabled, alwaysShow, mobileIsDefault, carrierNetworkChange -> in dataConnected() method
1958 private void notifyDataEnabled(boolean dataEnabled) { in notifyDataEnabled()