Home
last modified time | relevance | path

Searched refs:ACTION_MEDIA_BUTTON (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java194 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in send()
DMediaSessionRecord.java907 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in componentNameExists()
1491 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java399 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendKeyEvent()
DMediaSession.java921 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) { in onMediaButtonEvent()
/frameworks/base/media/java/android/media/
DAudioManager.java4795 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()
4849 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
/frameworks/base/core/java/android/content/
DIntent.java3561 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java13546 || Intent.ACTION_MEDIA_BUTTON.equals(action) in checkBroadcastFromSystem()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7635 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
/frameworks/base/core/api/
Dcurrent.txt10271 field public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON";