Searched refs:ACTION_MEDIA_BUTTON (Results 1 – 8 of 8) sorted by relevance
417 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()427 intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
458 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()468 intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
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())) {
2048 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()2133 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
4530 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()
2084 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
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}
6074 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…