Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/mediaoutput/ui/composable/
DMediaOutputComponent.kt105 connectedDeviceViewModel?.let { ConnectedDeviceText(it) } in <lambda>()
113 private fun RowScope.ConnectedDeviceText(connectedDeviceViewModel: ConnectedDeviceViewModel) { in <lambda>() method in com.android.systemui.volume.panel.component.mediaoutput.ui.composable.MediaOutputComponent