HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MEDIA_BUTTON (Results 1 - 25 of 55) sorted by null

1 2 3

  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
MainActivity.java 367 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
MainActivity.java 367 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
MainActivity.java 366 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
41 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
SampleMediaRouterActivity.java 386 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
  /frameworks/support/media/src/main/java/androidx/media/session/
MediaButtonReceiver.java 60 * to find a {@link Service} that can handle {@link Intent#ACTION_MEDIA_BUTTON}, and a
67 * <h4>Service Handling ACTION_MEDIA_BUTTON</h4>
69 * {@link Intent#ACTION_MEDIA_BUTTON}:
106 || !Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())
112 getServiceComponentByAction(context, Intent.ACTION_MEDIA_BUTTON);
132 + Intent.ACTION_MEDIA_BUTTON + " or implements a media browser service.");
183 * Extracts any available {@link KeyEvent} from an {@link Intent#ACTION_MEDIA_BUTTON}
195 || !Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())
271 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
282 Intent queryIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 41 } else if (intent.getAction().equals(Intent.ACTION_MEDIA_BUTTON)) {
MusicService.java 450 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaButtonCallback.java 62 if (action.equals(Intent.ACTION_MEDIA_BUTTON)) {
  /cts/tests/tests/media/src/android/media/cts/
MediaControllerTest.java 327 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
MediaRouterTest.java 222 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
MediaSessionTest.java 332 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON).setComponent(
  /frameworks/base/media/java/android/media/session/
MediaSessionLegacyHelper.java 395 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
MediaSession.java 247 * this way an {@link Intent#ACTION_MEDIA_BUTTON} intent will be sent via
794 * The intent will be of type {@link Intent#ACTION_MEDIA_BUTTON} with a
803 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) {
    [all...]
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java 193 if (Intent.ACTION_MEDIA_BUTTON.equals(action)) {
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
MediaSessionCompat.java 407 * {@link Intent#ACTION_MEDIA_BUTTON}. This constructor will attempt to find an appropriate
426 * {@link Intent#ACTION_MEDIA_BUTTON}. This constructor will attempt to find an appropriate
457 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
535 * this way an {@link Intent#ACTION_MEDIA_BUTTON} intent will be sent via
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java     [all...]
MediaSessionService.java     [all...]
  /frameworks/support/media/version-compat-tests/current/service/src/androidTest/java/android/support/mediacompat/service/
MediaSessionCompatCallbackTest.java 597 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON)
    [all...]
  /frameworks/support/media/version-compat-tests/previous/service/src/androidTest/java/android/support/mediacompat/service/
MediaSessionCompatCallbackTest.java 595 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON)
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 731 milliseconds

1 2 3