Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java115 private final MediaOutputDialogFactory mMediaOutputDialogFactory; field in MediaControlPanel
136 mMediaOutputDialogFactory = mediaOutputDialogFactory; in MediaControlPanel()
355 mMediaOutputDialogFactory.create(data.getPackageName(), true); in bindPlayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java357 @Inject Lazy<MediaOutputDialogFactory> mMediaOutputDialogFactory; field in Dependency
572 mProviders.put(MediaOutputDialogFactory.class, mMediaOutputDialogFactory::get); in start()