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

1 2

  /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 366 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 366 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaButtonReceiver.java 28 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
44 if (mActivity != null && Intent.ACTION_MEDIA_BUTTON.equals(intent.getAction())) {
SampleMediaRouterActivity.java 365 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);
  /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);
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 66 } else if (Intent.ACTION_MEDIA_BUTTON.equals(intentAction)) {
MediaPlaybackService.java 323 Intent i = new Intent(Intent.ACTION_MEDIA_BUTTON);
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 683 * ACTION_MEDIA_BUTTON intent to the rest of the system.
    [all...]
MediaSessionRecord.java 829 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON);
    [all...]
  /frameworks/base/media/java/android/media/
RemoteController.java 333 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
    [all...]
AudioManager.java     [all...]
MediaFocusControl.java 728 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);
746 * or if there was none, broadcast an ACTION_MEDIA_BUTTON intent to the rest of the system.
755 Intent keyIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);
    [all...]
  /frameworks/base/media/java/android/media/session/
MediaSessionLegacyHelper.java 436 Intent intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
MediaSession.java 226 * this way an {@link Intent#ACTION_MEDIA_BUTTON} intent will be sent via
678 * The intent will be of type {@link Intent#ACTION_MEDIA_BUTTON} with a
687 && Intent.ACTION_MEDIA_BUTTON.equals(mediaButtonIntent.getAction())) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 889 milliseconds

1 2