Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionsRepository.kt64 private val _activeMobileRepository = MutableStateFlow<MobileConnectionRepository?>(null) constant
65 override val activeMobileDataRepository = _activeMobileRepository
112 _activeMobileRepository.value = null in setActiveMobileDataSubscriptionId()
115 _activeMobileRepository.value = getRepoForSubId(subId) in setActiveMobileDataSubscriptionId()