/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
H A D | RequestUtils.java | 30 public static final String ACTION_PLAY = "com.android.onemedia.play"; field in class:RequestUtils
|
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/ |
H A D | 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"; field in class:MediaControlIntent 480 * This action works just like {@link #ACTION_PLAY play} except that it does 494 * @see #ACTION_PLAY 939 * @see #ACTION_PLAY 968 * @see #ACTION_PLAY [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
H A D | PipMediaController.java | 53 private static final String ACTION_PLAY = "com.android.systemui.pip.phone.PLAY"; field in class:PipMediaController 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/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
H A D | DetailsFragment.java | 53 private static final int ACTION_PLAY = 1; field in class:DetailsFragment 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) {
|
H A D | DetailsSupportFragment.java | 56 private static final int ACTION_PLAY = 1; field in class:DetailsSupportFragment 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) {
|
H A D | NewDetailsFragment.java | 63 private static final int ACTION_PLAY = 1; field in class:NewDetailsFragment 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);
|
H A D | NewDetailsSupportFragment.java | 66 private static final int ACTION_PLAY = 1; field in class:NewDetailsSupportFragment 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);
|
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/ |
H A D | 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"; field in class:MediaControlIntent 480 * This action works just like {@link #ACTION_PLAY play} except that it does 494 * @see #ACTION_PLAY 939 * @see #ACTION_PLAY 968 * @see #ACTION_PLAY [all...] |
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
H A D | DetailsFragment.java | 53 private static final int ACTION_PLAY = 1; field in class:DetailsFragment 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) {
|
H A D | DetailsSupportFragment.java | 56 private static final int ACTION_PLAY = 1; field in class:DetailsSupportFragment 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) {
|
H A D | NewDetailsFragment.java | 63 private static final int ACTION_PLAY = 1; field in class:NewDetailsFragment 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);
|
H A D | NewDetailsSupportFragment.java | 66 private static final int ACTION_PLAY = 1; field in class:NewDetailsSupportFragment 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);
|
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/ |
H A D | MediaNotificationManager.java | 54 public static final String ACTION_PLAY = "com.example.android.supportv4.media.play"; field in class:MediaNotificationManager 90 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); 118 filter.addAction(ACTION_PLAY); 154 case ACTION_PLAY:
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/ |
H A D | MediaNotificationManager.java | 54 public static final String ACTION_PLAY = "com.example.android.supportv4.media.play"; field in class:MediaNotificationManager 90 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); 118 filter.addAction(ACTION_PLAY); 154 case ACTION_PLAY:
|
/frameworks/base/media/java/android/media/session/ |
H A D | PlaybackState.java | 45 @LongDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, 72 public static final long ACTION_PLAY = 1 << 2; field in class:PlaybackState 415 * <li> {@link PlaybackState#ACTION_PLAY}</li> 591 return ACTION_PLAY; 619 case (int) ACTION_PLAY: 949 * <li> {@link PlaybackState#ACTION_PLAY}</li>
|
/frameworks/support/media/src/main/java/android/support/v4/media/session/ |
H A D | 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; field in class:PlaybackStateCompat 504 * <li>{@link PlaybackStateCompat#ACTION_PLAY}</li> 519 if (action == ACTION_PLAY) { 677 * <li> {@link PlaybackStateCompat#ACTION_PLAY}</li> 1221 * <li> {@link PlaybackStateCompat#ACTION_PLAY}</li>
|