Searched refs:activeMobileDataRepository (Results 1 – 11 of 11) sorted by relevance
128 override val activeMobileDataRepository: StateFlow<MobileConnectionRepository?> = in <lambda>() constant130 .flatMapLatest { it.activeMobileDataRepository } in <lambda>()134 realRepository.activeMobileDataRepository.value in <lambda>()
44 val activeMobileDataRepository: StateFlow<MobileConnectionRepository?> constant
65 override val activeMobileDataRepository = _activeMobileRepository constant
407 assertThat(underTest.activeMobileDataRepository.value).isNull() in <lambda>()413 val latest by collectLastValue(underTest.activeMobileDataRepository) in <lambda>()424 val latest by collectLastValue(underTest.activeMobileDataRepository) in <lambda>()441 val activeRepo by collectLastValue(underTest.activeMobileDataRepository) in <lambda>()476 val activeRepo by collectLastValue(underTest.activeMobileDataRepository) in <lambda>()
109 connectionsRepository.activeMobileDataRepository.value = repository in setUp()
113 connectionsRepository.activeMobileDataRepository.value = repository in setUp()
122 override val activeMobileDataRepository: StateFlow<MobileConnectionRepository?> = in <lambda>() constant
164 mobileConnectionsRepo.activeMobileDataRepository
250 override val activeMobileDataRepository = in <lambda>() constant
98 activeMobileDataRepository.value = mobileConnectionRepository in setUp()
114 activeMobileDataRepository.value = mobileConnectionRepository in <lambda>()