Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModel.kt56 val networkTypeBackground: StateFlow<Icon.Resource?> in <lambda>() constant
131 override val networkTypeBackground: StateFlow<Icon.Resource?> = constant
165 override val networkTypeBackground: StateFlow<Icon.Resource?> = MutableStateFlow(null) constant
283 override val networkTypeBackground = constant
DMobileIconViewModelKairos.kt56 val networkTypeBackground: KairosState<Icon.Resource?> in <lambda>() constant
121 override val networkTypeBackground: KairosState<Icon.Resource?> = in <lambda>() constant
150 override val networkTypeBackground: KairosState<Icon.Resource?> = stateOf(null) constant
268 override val networkTypeBackground: KairosState<Icon.Resource?> = in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelKairosTest.kt756 val networkTypeBackground by underTest.networkTypeBackground.collectLastValue() in <lambda>() constant
775 val networkTypeBackground by underTest.networkTypeBackground.collectLastValue() in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelTest.kt883 val networkTypeBackground by collectLastValue(underTest.networkTypeBackground) in nonTerrestrial_defaultProperties() constant
903 val networkTypeBackground by collectLastValue(underTest.networkTypeBackground) in nonTerrestrial_ignoresDefaultProperties() constant