Home
last modified time | relevance | path

Searched refs:latestQs (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DLocationBasedMobileIconViewModelTest.kt150 var latestQs: SignalIconModel? = null
151 val qsJob = qsIcon.icon.onEach { latestQs = it }.launchIn(this)
159 assertThat(latestQs).isEqualTo(expected)
166 assertThat(latestQs).isEqualTo(expected)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelTest.kt108 val latestQs by collectLastValue(qs.wifiIcon) regex
116 assertThat(latestKeyguard).isEqualTo(latestQs)
194 val latestQs by collectLastValue(qs.isActivityInViewVisible) regex
201 assertThat(latestQs).isTrue()