Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogImplTest.java85 MediaOutputDialogFactory mMediaOutputDialogFactory; field in VolumeDialogImplTest
101 mMediaOutputDialogFactory, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaControlPanel.java123 private final MediaOutputDialogFactory mMediaOutputDialogFactory; field in MediaControlPanel
149 mMediaOutputDialogFactory = mediaOutputDialogFactory; in MediaControlPanel()
392 mMediaOutputDialogFactory.create(data.getPackageName(), true, in bindPlayer()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java357 @Inject Lazy<MediaOutputDialogFactory> mMediaOutputDialogFactory; field in Dependency
574 mProviders.put(MediaOutputDialogFactory.class, mMediaOutputDialogFactory::get); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java238 private final MediaOutputDialogFactory mMediaOutputDialogFactory; field in VolumeDialogImpl
278 mMediaOutputDialogFactory = mediaOutputDialogFactory; in VolumeDialogImpl()
1033 mMediaOutputDialogFactory.dismiss(); in initSettingsH()