Home
last modified time | relevance | path

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

/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaButtonReceiver.java87 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()
DMediaSessionCompat.java1323 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in MediaSessionImplBase()
2130 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in handleMessage()
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaButtonReceiver.java41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) { in onReceive()
DSampleMediaRouterActivity.java349 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in onCreate()
/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.java980 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in dispatchMediaKeyEventLocked()
1015 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.java437 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendKeyEvent()
DMediaSession.java762 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) { in onMediaButtonEvent()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
DMediaBrowserServiceSupport.java192 if (Intent.ACTION_MEDIA_BUTTON.equals(action)) { in onStartCommand()
/frameworks/base/media/java/android/media/
DAudioManager.java2526 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()
2579 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
/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.java2551 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17877 || Intent.ACTION_MEDIA_BUTTON.equals(action) in checkBroadcastFromSystem()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7635 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
/frameworks/base/api/
Dcurrent.txt8588 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
Dsystem-current.txt8931 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
Dtest-current.txt8600 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…