Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
H A DBroadcastDialogController.java28 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
41 private MediaOutputDialogFactory mMediaOutputDialogFactory;
48 MediaOutputDialogFactory mediaOutputDialogFactory, in BroadcastDialogController()
H A DBroadcastDialog.java44 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
65 private MediaOutputDialogFactory mMediaOutputDialogFactory;
139 public BroadcastDialog(Context context, MediaOutputDialogFactory mediaOutputDialogFactory, in BroadcastDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputSwitcherDialogUI.java37 private final MediaOutputDialogFactory mMediaOutputDialogFactory;
43 MediaOutputDialogFactory mediaOutputDialogFactory) { in MediaOutputSwitcherDialogUI()
H A DMediaOutputDialogReceiver.kt34 private val mediaOutputDialogFactory: MediaOutputDialogFactory,
H A DMediaOutputDialogFactory.kt41 class MediaOutputDialogFactory @Inject constructor( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
H A DVolumeModule.java26 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
59 MediaOutputDialogFactory mediaOutputDialogFactory, in provideVolumeDialog()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputDialogReceiverTest.java44 private final MediaOutputDialogFactory mMockMediaOutputDialogFactory =
45 mock(MediaOutputDialogFactory.class);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java37 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
68 mDependency.injectMockDependency(MediaOutputDialogFactory.class); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
H A DBroadcastDialogTest.java42 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
76 mBroadcastDialog = new BroadcastDialog(mContext, mock(MediaOutputDialogFactory.class), in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentViewTest.kt33 import com.android.systemui.media.dialog.MediaOutputDialogFactory
68 mDependency.injectMockDependency(MediaOutputDialogFactory::class.java)
H A DNotificationTestHelper.java63 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
159 dependency.injectMockDependency(MediaOutputDialogFactory.class); in NotificationTestHelper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java55 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
336 @Inject Lazy<MediaOutputDialogFactory> mMediaOutputDialogFactory;
537 mProviders.put(MediaOutputDialogFactory.class, mMediaOutputDialogFactory::get); in start()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogImplTest.java64 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
113 MediaOutputDialogFactory mMediaOutputDialogFactory;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java107 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
213 private final MediaOutputDialogFactory mMediaOutputDialogFactory;
273 MediaOutputDialogFactory mediaOutputDialogFactory, in MediaControlPanel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java126 import com.android.systemui.media.dialog.MediaOutputDialogFactory;
266 private final MediaOutputDialogFactory mMediaOutputDialogFactory;
314 MediaOutputDialogFactory mediaOutputDialogFactory, in VolumeDialogImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanelTest.kt85 import com.android.systemui.media.dialog.MediaOutputDialogFactory
158 @Mock private lateinit var mediaOutputDialogFactory: MediaOutputDialogFactory
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt170 -packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputDialogFactory.kt