Home
last modified time | relevance | path

Searched refs:latest1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualSuggestionsControllerTest.kt99 var latest1 = emptyList<WalletCard>() in <lambda>() variable
101 val callback1: (List<WalletCard>) -> Unit = { latest1 = it } in <lambda>()
113 assertThat(latest1).containsExactly(CARD_1, CARD_2) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt219 var latest1: Set<ConnectivitySlot>? = null in forceHiddenSlots_newSubscriberGetsCurrentValue() variable
220 val job1 = underTest.forceHiddenSlots.onEach { latest1 = it }.launchIn(this) in forceHiddenSlots_newSubscriberGetsCurrentValue()
224 assertThat(latest1).containsExactly(ConnectivitySlot.WIFI, ConnectivitySlot.ETHERNET) in forceHiddenSlots_newSubscriberGetsCurrentValue()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt750 val latest1 by collectLastValue(underTest.wifiNetwork) in wifiNetwork_multipleSubscribers_newSubscribersGetCurrentValue() constant
761 assertThat(latest1 is WifiNetworkModel.Active).isTrue() in wifiNetwork_multipleSubscribers_newSubscribersGetCurrentValue()
762 val latest1Active = latest1 as WifiNetworkModel.Active in wifiNetwork_multipleSubscribers_newSubscribersGetCurrentValue()