Home
last modified time | relevance | path

Searched refs:ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputDialogReceiverTest.java62 Intent intent = new Intent(MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG); in launchMediaOutputDialog_ExtraPackageName_DialogFactoryCalled()
74 Intent intent = new Intent(MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG); in launchMediaOutputDialog_WrongExtraKey_DialogFactoryNotCalled()
86 Intent intent = new Intent(MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG); in launchMediaOutputDialog_NoExtra_DialogFactoryNotCalled()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaOutputConstants.java47 public static final String ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG = field in MediaOutputConstants
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputDialogReceiver.kt39 MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG -> { in onReceive()