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

1 2 3

  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
PlayPauseStopImageView.java 51 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})
58 public static final int ACTION_PLAY = 1;
97 case ACTION_PLAY:
PlaybackControlsActionBar.java 178 case PlaybackModel.ACTION_PLAY:
179 return PlayPauseStopImageView.ACTION_PLAY;
234 case PlayPauseStopImageView.ACTION_PLAY:
PlaybackModel.java 334 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})
341 public static final int ACTION_PLAY = 1;
374 return ACTION_PLAY;
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/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/tests/OneMedia/src/com/android/onemedia/playback/
RequestUtils.java 30 public static final String ACTION_PLAY = "com.android.onemedia.play";
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/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),
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DetailsFragment.java 53 private static final int ACTION_PLAY = 1;
87 mActionPlay = new Action(ACTION_PLAY, "Play");
106 actions.set(ACTION_PLAY, mActionPlay);
116 actions.set(ACTION_PLAY, mActionPlay);
119 } else if (action.getId() == ACTION_PLAY) {
DetailsSupportFragment.java 56 private static final int ACTION_PLAY = 1;
90 mActionPlay = new Action(ACTION_PLAY, "Play");
109 actions.set(ACTION_PLAY, mActionPlay);
119 actions.set(ACTION_PLAY, mActionPlay);
122 } else if (action.getId() == ACTION_PLAY) {
NewDetailsFragment.java 63 private static final int ACTION_PLAY = 1;
148 mActionPlay = new Action(ACTION_PLAY, "Play");
165 actions.set(ACTION_PLAY, mActionPlay);
186 actions.set(ACTION_PLAY, mActionPlay);
197 } else if (action.getId() == ACTION_PLAY) {
304 adapter.set(ACTION_PLAY, mActionPlay);
307 adapter.set(ACTION_PLAY, mActionPlay);
NewDetailsSupportFragment.java 66 private static final int ACTION_PLAY = 1;
151 mActionPlay = new Action(ACTION_PLAY, "Play");
168 actions.set(ACTION_PLAY, mActionPlay);
189 actions.set(ACTION_PLAY, mActionPlay);
200 } else if (action.getId() == ACTION_PLAY) {
307 adapter.set(ACTION_PLAY, mActionPlay);
310 adapter.set(ACTION_PLAY, mActionPlay);
  /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));
  /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/main/java/com/example/android/supportv4/media/
MediaNotificationManager.java 54 public static final String ACTION_PLAY = "com.example.android.supportv4.media.play";
90 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
118 filter.addAction(ACTION_PLAY);
154 case ACTION_PLAY:
  /packages/apps/Music/src/com/android/music/utils/
MediaNotificationManager.java 51 public static final String ACTION_PLAY = "com.android.music.play";
88 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
116 filter.addAction(ACTION_PLAY);
152 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:
131 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 45 @LongDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
72 public static final long ACTION_PLAY = 1 << 2;
415 * <li> {@link PlaybackState#ACTION_PLAY}</li>
591 return ACTION_PLAY;
619 case (int) ACTION_PLAY:
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java 164 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
PlaybackStateCompat.java 49 @LongDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
62 @LongDef({ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, ACTION_SKIP_TO_PREVIOUS,
86 public static final long ACTION_PLAY = 1 << 2;
504 * <li>{@link PlaybackStateCompat#ACTION_PLAY}</li>
519 if (action == ACTION_PLAY) {
677 * <li> {@link PlaybackStateCompat#ACTION_PLAY}</li>
    [all...]
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
Player.java 49 | PlaybackStateCompat.ACTION_PLAY;

Completed in 319 milliseconds

1 2 3