Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaOutputSwitcherViewModel.kt23 data class MediaOutputSwitcherViewModel( dataClass
DMediaPlayerViewModel.kt39 val outputSwitcher: MediaOutputSwitcherViewModel,
DMediaControlViewModel.kt170 private fun toOutputSwitcherViewModel(model: MediaControlModel): MediaOutputSwitcherViewModel { in <lambda>()
197 return MediaOutputSwitcherViewModel( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaControlViewBinder.kt54 import com.android.systemui.media.controls.ui.viewmodel.MediaOutputSwitcherViewModel in <lambda>()
182 viewModel: MediaOutputSwitcherViewModel, in <lambda>()