Home
last modified time | relevance | path

Searched defs:networkTypeBackground (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModel.kt58 val networkTypeBackground: StateFlow<Icon.Resource?> in <lambda>() constant
134 override val networkTypeBackground: StateFlow<Icon.Resource?> = constant
163 override val networkTypeBackground: StateFlow<Icon.Resource?> = MutableStateFlow(null) constant
271 override val networkTypeBackground = constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelTest.kt792 val networkTypeBackground by collectLastValue(underTest.networkTypeBackground) in nonTerrestrial_defaultProperties() constant
813 val networkTypeBackground by collectLastValue(underTest.networkTypeBackground) in nonTerrestrial_ignoresDefaultProperties() constant