Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileRepositorySwitcher.kt128 override val activeMobileDataRepository: StateFlow<MobileConnectionRepository?> = in <lambda>() constant
130 .flatMapLatest { it.activeMobileDataRepository } in <lambda>()
134 realRepository.activeMobileDataRepository.value in <lambda>()
DMobileConnectionsRepository.kt44 val activeMobileDataRepository: StateFlow<MobileConnectionRepository?> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionsRepository.kt65 override val activeMobileDataRepository = _activeMobileRepository constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt407 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>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DLocationBasedMobileIconViewModelTest.kt109 connectionsRepository.activeMobileDataRepository.value = repository in setUp()
DMobileIconViewModelTest.kt113 connectionsRepository.activeMobileDataRepository.value = repository in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt122 override val activeMobileDataRepository: StateFlow<MobileConnectionRepository?> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt164 mobileConnectionsRepo.activeMobileDataRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt250 override val activeMobileDataRepository = in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt98 activeMobileDataRepository.value = mobileConnectionRepository in setUp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt114 activeMobileDataRepository.value = mobileConnectionRepository in <lambda>()