Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardTransportControlView.java417 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
427 intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
/frameworks/base/core/java/com/android/internal/widget/
DTransportControlView.java458 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
468 intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd92 keys, the system broadcasts an intent with the {@link android.content.Intent#ACTION_MEDIA_BUTTON}
120 if (Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
/frameworks/base/media/java/android/media/
DAudioManager.java2048 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()
2133 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
DAudioService.java4530 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEventForCalls()
4557 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEvent()
5179 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in restoreMediaButtonReceiver()
/frameworks/base/core/java/android/content/
DIntent.java2084 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd349 android.content.Intent#ACTION_MEDIA_BUTTON}. The intent must also declare the explicit {@link
351 android.content.Intent#ACTION_MEDIA_BUTTON} event.</p>
362 android.media.RemoteControlClient} will receive {@link android.content.Intent#ACTION_MEDIA_BUTTON}
/frameworks/base/api/
Dcurrent.txt6074 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…