Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DSystemUiCarrierConfig.kt105 private val _configValue = MutableStateFlow(defaultConfig.getBoolean(key)) constant
106 val config = _configValue.asStateFlow()
109 _configValue.value = config.getBoolean(key) in update()