Searched refs:ACTION_MEDIA_BUTTON (Results 1 – 10 of 10) sorted by relevance
197 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in interceptMediaKey()239 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in interceptMediaKey()
103 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in onKeyDown()218 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in onKeyUp()
2947 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON, null); in run()
458 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()468 intent = new Intent(Intent.ACTION_MEDIA_BUTTON); in sendMediaButtonClick()
1702 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in registerMediaButtonEventReceiver()1738 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in unregisterMediaButtonEventReceiver()
386 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()
1896 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in Intent
396 android.content.Intent#ACTION_MEDIA_BUTTON}. The intent must also declare the explicit {@link398 android.content.Intent#ACTION_MEDIA_BUTTON} event.</p>409 android.media.RemoteControlClient} will receive {@link android.content.Intent#ACTION_MEDIA_BUTTON}
5439 …field public static final java.lang.String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTT…