Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DKeyguardViewBase.java197 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in interceptMediaKey()
239 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in interceptMediaKey()
DPhoneFallbackEventHandler.java103 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in onKeyDown()
218 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in onKeyUp()
DPhoneWindowManager.java2947 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in run()
/frameworks/base/core/java/com/android/internal/widget/
DTransportControlView.java458 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
468 intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
/frameworks/base/media/java/android/media/
DAudioManager.java1702 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()
1738 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
DAudioService.java386 intentFilter = new IntentFilter(Intent.ACTION_MEDIA_BUTTON); in AudioService()
2924 if (!Intent.ACTION_MEDIA_BUTTON.equals(action)) { in onReceive()
2942 Intent targetedIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in onReceive()
3124 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in restoreMediaButtonReceiver()
/frameworks/base/core/java/android/content/
DIntent.java1896 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
/frameworks/base/docs/html/sdk/
Dandroid-4.0.jd396 android.content.Intent#ACTION_MEDIA_BUTTON}. The intent must also declare the explicit {@link
398 android.content.Intent#ACTION_MEDIA_BUTTON} event.</p>
409 android.media.RemoteControlClient} will receive {@link android.content.Intent#ACTION_MEDIA_BUTTON}
/frameworks/base/api/
Dcurrent.txt5439 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…
D14.txt5439 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…