Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DFakeMobileConnectionsRepository.kt60 private val _activeMobileRepository = MutableStateFlow<MobileConnectionRepository?>(null) regex
61 override val activeMobileDataRepository = _activeMobileRepository
101 _activeMobileRepository.value = null
104 _activeMobileRepository.value = getRepoForSubId(subId)