Home
last modified time | relevance | path

Searched refs:ACTION_PLAY (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
DMusicProvider.java202 PlaybackState.ACTION_PLAY in getRootItemCursor()
227 PlaybackState.ACTION_PLAY in getRootItemCursor()
252 PlaybackState.ACTION_PLAY in getRootItemCursor()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java57 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_PLAY).setPackage(pkg), in NotificationHelper()
84 filter.addAction(RequestUtils.ACTION_PLAY); in onStart()
114 } else if (RequestUtils.ACTION_PLAY.equals(action)) { in onReceive()
DPlayerSession.java62 psBob.setActions(PlaybackState.ACTION_PAUSE | PlaybackState.ACTION_PLAY); in PlayerSession()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java44 @IntDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
71 public static final long ACTION_PLAY = 1 << 2; field in PlaybackState
590 return ACTION_PLAY; in getActionForRccFlag()
618 case (int) ACTION_PLAY: in getRccFlagForAction()
DMediaSession.java769 if ((validActions & PlaybackState.ACTION_PLAY) != 0) { in onMediaButtonEvent()
815 | PlaybackState.ACTION_PLAY)) != 0; in onMediaButtonEvent()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DRequestUtils.java30 public static final String ACTION_PLAY = "com.android.onemedia.play"; field in RequestUtils
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaControlIntent.java472 public static final String ACTION_PLAY = "android.media.intent.action.PLAY"; field in MediaControlIntent
DRemotePlaybackClient.java290 extras, callback, MediaControlIntent.ACTION_PLAY); in play()
783 mRouteSupportsRemotePlayback = routeSupportsAction(MediaControlIntent.ACTION_PLAY) in detectFeatures()
/frameworks/support/v4/ics/android/support/v4/media/session/
DMediaSessionCompatApi14.java49 private static final long ACTION_PLAY = 1 << 2; field in MediaSessionCompatApi14
140 if ((actions & ACTION_PLAY) != 0) { in getRccTransportControlFlagsFromActions()
/frameworks/support/v4/java/android/support/v4/media/session/
DPlaybackStateCompat.java43 @IntDef(flag=true, value={ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
70 public static final long ACTION_PLAY = 1 << 2; field in PlaybackStateCompat
DMediaSessionCompat.java2115 if ((validActions & PlaybackStateCompat.ACTION_PLAY) != 0) { in onMediaButtonEvent()
2155 | PlaybackStateCompat.ACTION_PLAY)) != 0; in onMediaButtonEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
DPipControlsView.java34 import static android.media.session.PlaybackState.ACTION_PLAY;
DPipManager.java520 if (!isPlaying && ((actions & PlaybackState.ACTION_PLAY) != 0)) { in getPlaybackState()
/frameworks/base/docs/html-intl/intl/ja/training/tv/playback/
Dnow-playing.jd78 long actions = PlaybackState.ACTION_PLAY |
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd109 actions |= PlaybackState.ACTION_PLAY;
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd254 videoPlayback.addAction(MediaControlIntent.ACTION_PLAY);
417 if (action.equals(MediaControlIntent.ACTION_PLAY)) {
Dmediaplayer.jd290 private static final String ACTION_PLAY = "com.example.action.PLAY";
295 if (intent.getAction().equals(ACTION_PLAY)) {
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteControllerDialog.java985 boolean supportsPlay = (mState.getActions() & (PlaybackStateCompat.ACTION_PLAY in updatePlaybackControlLayout()
/frameworks/support/v7/mediarouter/api/
D22.0.0.txt84 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";
D22.1.0.txt84 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";
D22.2.0.txt86 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";
D22.2.1.txt86 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";
D23.1.0.txt310 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";
D23.0.0.txt310 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";
D23.1.1.txt310 field public static final java.lang.String ACTION_PLAY = "android.media.intent.action.PLAY";

12