Searched defs:dataEnabled (Results 1 – 8 of 8) sorted by relevance
51 override val dataEnabled = _dataEnabled constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
108 val dataEnabled: StateFlow<Boolean> constant
177 override val dataEnabled: StateFlow<Boolean> = wifiRepository.isWifiEnabled in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
267 override val dataEnabled = in <lambda>() constant
363 override val dataEnabled = run { in <lambda>() constant
183 override val dataEnabled = MutableStateFlow(true) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
121 ) { dataConnected, dataEnabled, alwaysShow, mobileIsDefault, carrierNetworkChange -> in dataConnected() method
1743 private void notifyDataEnabled(boolean dataEnabled) { in notifyDataEnabled()