Searched refs:latestQs (Results 1 – 2 of 2) sorted by relevance
150 var latestQs: SignalIconModel? = null151 val qsJob = qsIcon.icon.onEach { latestQs = it }.launchIn(this)159 assertThat(latestQs).isEqualTo(expected)166 assertThat(latestQs).isEqualTo(expected)
108 val latestQs by collectLastValue(qs.wifiIcon) regex116 assertThat(latestKeyguard).isEqualTo(latestQs)194 val latestQs by collectLastValue(qs.isActivityInViewVisible) regex201 assertThat(latestQs).isTrue()