Searched refs:_activeMobileRepository (Results 1 – 1 of 1) sorted by relevance
64 private val _activeMobileRepository = MutableStateFlow<MobileConnectionRepository?>(null) constant65 override val activeMobileDataRepository = _activeMobileRepository112 _activeMobileRepository.value = null in setActiveMobileDataSubscriptionId()115 _activeMobileRepository.value = getRepoForSubId(subId) in setActiveMobileDataSubscriptionId()