Searched refs:tileModel (Results 1 – 3 of 3) sorted by relevance
130 val latest by collectLastValue(underTest.tileModel) in noDefault_noNetworksAvailable()148 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive()178 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotNone()201 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotTablet()214 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotLaptop()227 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotWatch()240 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotAuto()253 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotPhone()266 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotUnknown()279 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotInvalid()[all …]
71 private var model: InternetTileModel = viewModel.tileModel.value in <lambda>()74 InternetTileBinder.bind(lifecycle, viewModel.tileModel) { newModel -> in <lambda>()
243 val tileModel: StateFlow<InternetTileModel> = in <lambda>() constant