Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DFullMobileConnectionRepository.kt116 activeRepo
121 activeRepo
126 activeRepo
141 activeRepo
152 activeRepo
167 activeRepo
178 activeRepo
189 activeRepo
200 activeRepo
211 activeRepo
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DMobileRepositorySwitcher.kt114 activeRepo
119 activeRepo
128 activeRepo
137 activeRepo.flatMapLatest { it.activeSubChangedInGroupEvent }
140 activeRepo
149 activeRepo.flatMapLatest { it.defaultMobileIconMapping }
152 activeRepo.flatMapLatest { it.defaultMobileIconGroup }
155 activeRepo
160 activeRepo
165 activeRepo
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/
H A DWifiRepositorySwitcher.kt93 val activeRepo = regex
105 activeRepo
110 activeRepo
115 activeRepo
120 activeRepo
125 activeRepo
130 activeRepo
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/
H A DWifiRepositorySwitcherTest.kt116 assertThat(underTest.activeRepo.value).isSameInstanceAs(realImpl)
119 val job = underTest.activeRepo.onEach { latest = it }.launchIn(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DFullMobileConnectionRepositoryTest.kt146 assertThat(underTest.activeRepo.value).isEqualTo(carrierMergedRepo)
169 assertThat(underTest.activeRepo.value).isEqualTo(mobileRepo)
183 val job = underTest.activeRepo.onEach { latest = it }.launchIn(this)
H A DMobileConnectionsRepositoryTest.kt360 val activeRepo by collectLastValue(underTest.activeMobileDataRepository) regex
367 assertThat(activeRepo).isNotNull()
395 val activeRepo by collectLastValue(underTest.activeMobileDataRepository) regex
402 assertThat(activeRepo).isNotNull()
413 assertThat(activeRepo).isSameInstanceAs(newRepo)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DMobileRepositorySwitcherTest.kt169 val job = underTest.activeRepo.onEach { latest = it }.launchIn(this)