Home
last modified time | relevance | path

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

/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/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.java248 extras, callback, MediaControlIntent.ACTION_PLAY); in play()
712 mRouteSupportsRemotePlayback = routeSupportsAction(MediaControlIntent.ACTION_PLAY) in detectFeatures()
/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/base/media/java/android/media/session/
DPlaybackState.java58 public static final long ACTION_PLAY = 1 << 2; field in PlaybackState
517 return ACTION_PLAY; in getActionForRccFlag()
545 case (int) ACTION_PLAY: in getRccFlagForAction()
DMediaSession.java733 if ((validActions & PlaybackState.ACTION_PLAY) != 0) { in onMediaButtonEvent()
779 | PlaybackState.ACTION_PLAY)) != 0; in onMediaButtonEvent()
/frameworks/base/docs/html-intl/intl/ja/training/tv/playback/
Dnow-playing.jd78 long actions = PlaybackState.ACTION_PLAY |
/frameworks/support/v4/java/android/support/v4/media/session/
DPlaybackStateCompat.java51 public static final long ACTION_PLAY = 1 << 2; field in PlaybackStateCompat
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteControllerDialog.java314 boolean supportsPlay = (mState.getActions() & (PlaybackStateCompat.ACTION_PLAY in update()
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd102 long 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/base/api/
Dsystem-current.txt17500 field public static final long ACTION_PLAY = 4L; // 0x4L
Dcurrent.txt16412 field public static final long ACTION_PLAY = 4L; // 0x4L