Searched refs:ACTION_MEDIA_BUTTON (Results 1 – 18 of 18) sorted by relevance
87 Intent queryIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in onReceive()98 Intent.ACTION_MEDIA_BUTTON + " or a media browser service implementation"); in onReceive()137 || !Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction()) in handleIntent()213 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in buildMediaButtonPendingIntent()220 Intent queryIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in getMediaButtonReceiverComponent()230 + Intent.ACTION_MEDIA_BUTTON + " was found, returning null."); in getMediaButtonReceiverComponent()
1323 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in MediaSessionImplBase()2130 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in handleMessage()
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) { in onReceive()
349 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in onCreate()
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())) {
980 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in dispatchMediaKeyEventLocked()1015 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in dispatchMediaKeyEventLocked()
883 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButton()
437 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendKeyEvent()
762 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) { in onMediaButtonEvent()
192 if (Intent.ACTION_MEDIA_BUTTON.equals(action)) { in onStartCommand()
2526 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()2579 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
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}
2551 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
17877 || Intent.ACTION_MEDIA_BUTTON.equals(action) in checkBroadcastFromSystem()
7635 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
8588 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
8931 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
8600 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…