Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
H A DDemoMobileConnectionRepository.kt113 private val _isGsm = MutableStateFlow(false) regex
115 _isGsm
120 _isGsm.value
122 .stateIn(scope, SharingStarted.WhileSubscribed(), _isGsm.value)
221 _isGsm.value = false
254 _isGsm.value = false