Searched refs:ACTION_MEDIA_BUTTON (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioManager.java2128 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
2174 * Used internally by telephony package to register an intent receiver for ACTION_MEDIA_BUTTON.
2213 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
H A DMediaFocusControl.java778 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);
796 * or if there was none, broadcast an ACTION_MEDIA_BUTTON intent to the rest of the system.
805 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);
1205 * The target for the ACTION_MEDIA_BUTTON events.
1465 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
H A DRemoteController.java286 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/base/core/java/android/content/
H A DIntent.java2091 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in class:Intent

Completed in 237 milliseconds