Searched refs:mMediaOutputDialogFactory (Results 1 – 2 of 2) sorted by relevance
115 private final MediaOutputDialogFactory mMediaOutputDialogFactory; field in MediaControlPanel136 mMediaOutputDialogFactory = mediaOutputDialogFactory; in MediaControlPanel()355 mMediaOutputDialogFactory.create(data.getPackageName(), true); in bindPlayer()
357 @Inject Lazy<MediaOutputDialogFactory> mMediaOutputDialogFactory; field in Dependency572 mProviders.put(MediaOutputDialogFactory.class, mMediaOutputDialogFactory::get); in start()