Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt130 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DInternetTileNewImpl.kt71 private var model: InternetTileModel = viewModel.tileModel.value in <lambda>()
74 InternetTileBinder.bind(lifecycle, viewModel.tileModel) { newModel -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModel.kt243 val tileModel: StateFlow<InternetTileModel> = in <lambda>() constant