Home
last modified time | relevance | path

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

/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/services/core/java/com/android/server/media/
DMediaSessionService.java939 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in dispatchMediaKeyEventLocked()
957 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEventLocked()
DMediaSessionRecord.java883 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButton()
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java444 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendKeyEvent()
DMediaSession.java726 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) { in onMediaButtonEvent()
/frameworks/base/media/java/android/media/
DMediaFocusControl.java889 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEventForCalls()
916 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEvent()
DAudioManager.java2628 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()
2681 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
DRemoteController.java333 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaKeyEvent()
/frameworks/support/v4/java/android/support/v4/media/session/
DMediaSessionCompat.java987 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in MediaSessionImplBase()
/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/core/java/android/content/
DIntent.java2199 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
/frameworks/base/api/
Dsystem-current.txt7881 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
Dcurrent.txt7637 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…