Searched refs:latest1 (Results 1 – 3 of 3) sorted by relevance
99 var latest1 = emptyList<WalletCard>() in <lambda>() variable101 val callback1: (List<WalletCard>) -> Unit = { latest1 = it } in <lambda>()113 assertThat(latest1).containsExactly(CARD_1, CARD_2) in <lambda>()
219 var latest1: Set<ConnectivitySlot>? = null in forceHiddenSlots_newSubscriberGetsCurrentValue() variable220 val job1 = underTest.forceHiddenSlots.onEach { latest1 = it }.launchIn(this) in forceHiddenSlots_newSubscriberGetsCurrentValue()224 assertThat(latest1).containsExactly(ConnectivitySlot.WIFI, ConnectivitySlot.ETHERNET) in forceHiddenSlots_newSubscriberGetsCurrentValue()
750 val latest1 by collectLastValue(underTest.wifiNetwork) in wifiNetwork_multipleSubscribers_newSubscribersGetCurrentValue() constant761 assertThat(latest1 is WifiNetworkModel.Active).isTrue() in wifiNetwork_multipleSubscribers_newSubscribersGetCurrentValue()762 val latest1Active = latest1 as WifiNetworkModel.Active in wifiNetwork_multipleSubscribers_newSubscribersGetCurrentValue()