Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileRepositorySwitcher.kt119 override val activeMobileDataSubscriptionId: StateFlow<Int?> = in <lambda>() constant
121 .flatMapLatest { it.activeMobileDataSubscriptionId } in <lambda>()
125 realRepository.activeMobileDataSubscriptionId.value in <lambda>()
DMobileConnectionsRepository.kt41 val activeMobileDataSubscriptionId: StateFlow<Int?> constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt110 override val activeMobileDataSubscriptionId = in <lambda>() constant
123 activeMobileDataSubscriptionId in <lambda>()
128 getRepoForSubId(activeMobileDataSubscriptionId.value) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt224 override val activeMobileDataSubscriptionId: StateFlow<Int?> = in <lambda>() constant
251 activeMobileDataSubscriptionId in <lambda>()
386 activeMobileDataSubscriptionId in <lambda>()
445 if (activeMobileDataSubscriptionId.value == subId) return true in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt169 mobileConnectionsRepo.activeMobileDataSubscriptionId
224 mobileConnectionsRepo.activeMobileDataSubscriptionId,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionsRepository.kt62 override val activeMobileDataSubscriptionId = _activeMobileDataSubscriptionId constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt375 assertThat(underTest.activeMobileDataSubscriptionId.value).isEqualTo(null) in <lambda>()
381 val active by collectLastValue(underTest.activeMobileDataSubscriptionId) in <lambda>()
392 val latest by collectLastValue(underTest.activeMobileDataSubscriptionId) in <lambda>()
456 underTest.activeMobileDataSubscriptionId.filterNotNull().onEach { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt99 activeMobileDataSubscriptionId.value = SUB_1_ID in setUp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt115 activeMobileDataSubscriptionId.value = SUB_1_ID in <lambda>()