Searched refs:ACTION_MEDIA_BUTTON (Results 1 – 13 of 13) sorted by relevance
92 keys, the system broadcasts an intent with the {@link android.content.Intent#ACTION_MEDIA_BUTTON}120 if (Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
939 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in dispatchMediaKeyEventLocked()957 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEventLocked()
883 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButton()
444 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendKeyEvent()
726 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) { in onMediaButtonEvent()
889 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEventForCalls()916 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEvent()
2628 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()2681 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
333 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaKeyEvent()
987 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in MediaSessionImplBase()
349 android.content.Intent#ACTION_MEDIA_BUTTON}. The intent must also declare the explicit {@link351 android.content.Intent#ACTION_MEDIA_BUTTON} event.</p>362 android.media.RemoteControlClient} will receive {@link android.content.Intent#ACTION_MEDIA_BUTTON}
2199 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
7881 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
7637 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…