Home
last modified time | relevance | path

Searched refs:ACTION_PAUSE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java54 com.android.onemedia.playback.RequestUtils.ACTION_PAUSE).setPackage(pkg), in NotificationHelper()
83 filter.addAction(RequestUtils.ACTION_PAUSE); in onStart()
112 if (RequestUtils.ACTION_PAUSE.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.java671 public static final String ACTION_PAUSE = "android.media.intent.action.PAUSE"; field in MediaControlIntent
DRemotePlaybackClient.java433 Intent intent = new Intent(MediaControlIntent.ACTION_PAUSE); in pause()
715 && routeSupportsAction(MediaControlIntent.ACTION_PAUSE) in detectFeatures()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DRequestUtils.java29 public static final String ACTION_PAUSE = "com.android.onemedia.pause"; field in RequestUtils
/frameworks/base/media/java/android/media/session/
DPlaybackState.java51 public static final long ACTION_PAUSE = 1 << 1; field in PlaybackState
521 return ACTION_PAUSE; in getActionForRccFlag()
549 case (int) ACTION_PAUSE: in getRccFlagForAction()
DMediaSession.java739 if ((validActions & PlaybackState.ACTION_PAUSE) != 0) { in onMediaButtonEvent()
781 | PlaybackState.ACTION_PAUSE)) != 0; in onMediaButtonEvent()
/frameworks/base/docs/html-intl/intl/ja/training/tv/playback/
Dnow-playing.jd85 actions |= PlaybackState.ACTION_PAUSE;
/frameworks/support/v4/java/android/support/v4/media/session/
DPlaybackStateCompat.java44 public static final long ACTION_PAUSE = 1 << 1; field in PlaybackStateCompat
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteControllerDialog.java316 boolean supportsPause = (mState.getActions() & (PlaybackStateCompat.ACTION_PAUSE in update()
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd109 actions |= PlaybackState.ACTION_PAUSE;
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd302 playControls.addAction(MediaControlIntent.ACTION_PAUSE);
427 } else if (action.equals(MediaControlIntent.ACTION_PAUSE)) {
/frameworks/base/api/
Dsystem-current.txt17499 field public static final long ACTION_PAUSE = 2L; // 0x2L
Dcurrent.txt16411 field public static final long ACTION_PAUSE = 2L; // 0x2L