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

/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaButtonReceiver.java53 * that includes an intent filter that handles {@link Intent#ACTION_MEDIA_BUTTON}:
87 Intent queryIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
98 Intent.ACTION_MEDIA_BUTTON + " or a media browser service implementation");
111 * Extracts any available {@link KeyEvent} from an {@link Intent#ACTION_MEDIA_BUTTON}
137 || !Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())
213 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
220 Intent queryIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
230 + Intent.ACTION_MEDIA_BUTTON + " was found, returning null.");
H A DMediaSessionCompat.java179 * {@link Intent#ACTION_MEDIA_BUTTON}. This constructor will attempt to find an appropriate
201 * {@link Intent#ACTION_MEDIA_BUTTON} from your manifest. See {@link MediaButtonReceiver} for
278 * this way an {@link Intent#ACTION_MEDIA_BUTTON} intent will be sent via
1323 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
2130 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaButtonReceiver.java25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
H A DSampleMediaRouterActivity.java349 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaButtonReceiver.java25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
H A DSampleMediaRouterActivity.java349 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java741 * ACTION_MEDIA_BUTTON intent to the rest of the system.
980 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
1015 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);
H A DMediaSessionRecord.java883 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java437 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
H A DMediaSession.java229 * this way an {@link Intent#ACTION_MEDIA_BUTTON} intent will be sent via
753 * The intent will be of type {@link Intent#ACTION_MEDIA_BUTTON} with a
762 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java192 if (Intent.ACTION_MEDIA_BUTTON.equals(action)) {
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java192 if (Intent.ACTION_MEDIA_BUTTON.equals(action)) {
/frameworks/base/media/java/android/media/
H A DAudioManager.java2526 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
2541 * will be sent an {@link Intent#ACTION_MEDIA_BUTTON} event when a media button action
2579 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
/frameworks/base/core/java/android/content/
H A DIntent.java2551 public static final String ACTION_MEDIA_BUTTON = "android.intent.action.MEDIA_BUTTON"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17798 || Intent.ACTION_MEDIA_BUTTON.equals(action)

Completed in 2535 milliseconds