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

1 2 3

  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
RequestUtils.java 30 public static final String ACTION_PLAY = "com.android.onemedia.play";
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 38 * {@link #ACTION_PLAY play} or {@link #ACTION_ENQUEUE enqueue} intent with the Uri of the
129 * relies on the use of the {@link #ACTION_PLAY play} and {@link #ACTION_ENQUEUE enqueue}
145 * Each successful {@link #ACTION_PLAY play} or {@link #ACTION_ENQUEUE enqueue} action
227 * <li>{@link #ACTION_PLAY Play}: Starts playing content specified by a given Uri
442 * Intent intent = new Intent(MediaControlIntent.ACTION_PLAY);
472 public static final String ACTION_PLAY = "android.media.intent.action.PLAY";
480 * This action works just like {@link #ACTION_PLAY play} except that it does
494 * @see #ACTION_PLAY
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMediaController.java 53 private static final String ACTION_PLAY = "com.android.systemui.pip.phone.PLAY";
83 if (action.equals(ACTION_PLAY)) {
116 mediaControlFilter.addAction(ACTION_PLAY);
177 if (!isPlaying && ((actions & PlaybackState.ACTION_PLAY) != 0)) {
202 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_PLAY),
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/players/
MediaPlayerAdapter.java 216 actions |= PlaybackStateCompat.ACTION_PLAY
225 actions |= PlaybackStateCompat.ACTION_PLAY
229 actions |= PlaybackStateCompat.ACTION_PLAY
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/players/
MediaPlayerAdapter.java 216 actions |= PlaybackStateCompat.ACTION_PLAY
225 actions |= PlaybackStateCompat.ACTION_PLAY
229 actions |= PlaybackStateCompat.ACTION_PLAY
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 52 context.startService(new Intent(MusicService.ACTION_PLAY));
MainActivity.java 78 startService(new Intent(MusicService.ACTION_PLAY));
MusicService.java 65 public static final String ACTION_PLAY = "com.example.android.musicplayer.action.PLAY";
215 else if (action.equals(ACTION_PLAY)) processPlayRequest();
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
NewDetailsFragment.java 61 private static final int ACTION_PLAY = 1;
146 mActionPlay = new Action(ACTION_PLAY, "Play");
163 actions.set(ACTION_PLAY, mActionPlay);
184 actions.set(ACTION_PLAY, mActionPlay);
195 } else if (action.getId() == ACTION_PLAY) {
302 adapter.set(ACTION_PLAY, mActionPlay);
305 adapter.set(ACTION_PLAY, mActionPlay);
NewDetailsSupportFragment.java 64 private static final int ACTION_PLAY = 1;
149 mActionPlay = new Action(ACTION_PLAY, "Play");
166 actions.set(ACTION_PLAY, mActionPlay);
187 actions.set(ACTION_PLAY, mActionPlay);
198 } else if (action.getId() == ACTION_PLAY) {
305 adapter.set(ACTION_PLAY, mActionPlay);
308 adapter.set(ACTION_PLAY, mActionPlay);
DetailsFragment.java 52 private static final int ACTION_PLAY = 1;
86 mActionPlay = new Action(ACTION_PLAY, "Play");
105 actions.set(ACTION_PLAY, mActionPlay);
115 actions.set(ACTION_PLAY, mActionPlay);
118 } else if (action.getId() == ACTION_PLAY) {
DetailsSupportFragment.java 55 private static final int ACTION_PLAY = 1;
89 mActionPlay = new Action(ACTION_PLAY, "Play");
108 actions.set(ACTION_PLAY, mActionPlay);
118 actions.set(ACTION_PLAY, mActionPlay);
121 } else if (action.getId() == ACTION_PLAY) {
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 50 public static final String ACTION_PLAY = "com.example.android.mediabrowserservice.play";
87 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
115 filter.addAction(ACTION_PLAY);
151 case ACTION_PLAY:
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaNotificationManager.java 53 public static final String ACTION_PLAY = "com.example.android.supportv4.media.play";
89 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
117 filter.addAction(ACTION_PLAY);
153 case ACTION_PLAY:
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
LocalMediaBrowserService.java 43 static final String ACTION_PLAY = "com.android.car.media.localmediaplayer.ACTION_PLAY";
64 case ACTION_PLAY:
135 filter.addAction(ACTION_PLAY);
Player.java 70 private static final long PAUSED_ACTIONS = PlaybackState.ACTION_PLAY
74 private static final long STOPPED_ACTIONS = PlaybackState.ACTION_PLAY
127 LocalMediaBrowserService.ACTION_PLAY, R.drawable.ic_play, R.string.play);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 57 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_PLAY).setPackage(pkg),
84 filter.addAction(RequestUtils.ACTION_PLAY);
114 } else if (RequestUtils.ACTION_PLAY.equals(action)) {
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 44 @IntDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
71 public static final long ACTION_PLAY = 1 << 2;
414 * <li> {@link PlaybackState#ACTION_PLAY}</li>
590 return ACTION_PLAY;
618 case (int) ACTION_PLAY:
    [all...]
  /packages/apps/Car/Stream/src/com/android/car/stream/radio/
RadioStreamProducer.java 52 static final int ACTION_PLAY = 4;
165 case ACTION_PLAY:
RadioConverter.java 64 mPlayAction = createRadioActionIntent(RadioStreamProducer.ACTION_PLAY);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java 164 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE
  /frameworks/support/media-compat/java/android/support/v4/media/session/
PlaybackStateCompat.java 48 @IntDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
61 @IntDef({ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, ACTION_SKIP_TO_PREVIOUS,
85 public static final long ACTION_PLAY = 1 << 2;
502 * <li>{@link PlaybackStateCompat#ACTION_PLAY}</li>
517 if (action == ACTION_PLAY) {
675 * <li> {@link PlaybackStateCompat#ACTION_PLAY}</li>
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 48 | PlaybackStateCompat.ACTION_PLAY;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayActivity.java 131 long actions = PlaybackState.ACTION_PLAY |
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 79 PlaybackStateCompat.ACTION_PLAY));

Completed in 923 milliseconds

1 2 3