Searched refs:ACTION_MEDIA_BUTTON (Results 1 – 9 of 9) sorted by relevance
194 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in send()
907 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in componentNameExists()1491 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
399 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendKeyEvent()
921 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) { in onMediaButtonEvent()
4795 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()4849 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
3561 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
13546 || Intent.ACTION_MEDIA_BUTTON.equals(action) in checkBroadcastFromSystem()
7635 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
10271 field public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON";