Searched defs:dataEnabled (Results 1 – 8 of 8) sorted by relevance
49 override val dataEnabled = _dataEnabled constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
105 val dataEnabled: StateFlow<Boolean> constant
170 override val dataEnabled = MutableStateFlow(true) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
166 override val dataEnabled: StateFlow<Boolean> = wifiRepository.isWifiEnabled in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
259 override val dataEnabled = in <lambda>() constant
308 override val dataEnabled = run { in <lambda>() constant
152 ) { dataConnected, dataEnabled, failedConnection, alwaysShow, connected -> in dataConnected() method
1377 private void notifyDataEnabled(boolean dataEnabled) { in notifyDataEnabled()