Searched refs:ACTION_PAUSE (Results 1 – 14 of 14) sorted by relevance
54 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()
62 psBob.setActions(PlaybackState.ACTION_PAUSE | PlaybackState.ACTION_PLAY); in PlayerSession()
671 public static final String ACTION_PAUSE = "android.media.intent.action.PAUSE"; field in MediaControlIntent
433 Intent intent = new Intent(MediaControlIntent.ACTION_PAUSE); in pause()715 && routeSupportsAction(MediaControlIntent.ACTION_PAUSE) in detectFeatures()
29 public static final String ACTION_PAUSE = "com.android.onemedia.pause"; field in RequestUtils
51 public static final long ACTION_PAUSE = 1 << 1; field in PlaybackState521 return ACTION_PAUSE; in getActionForRccFlag()549 case (int) ACTION_PAUSE: in getRccFlagForAction()
739 if ((validActions & PlaybackState.ACTION_PAUSE) != 0) { in onMediaButtonEvent()781 | PlaybackState.ACTION_PAUSE)) != 0; in onMediaButtonEvent()
85 actions |= PlaybackState.ACTION_PAUSE;
44 public static final long ACTION_PAUSE = 1 << 1; field in PlaybackStateCompat
316 boolean supportsPause = (mState.getActions() & (PlaybackStateCompat.ACTION_PAUSE in update()
109 actions |= PlaybackState.ACTION_PAUSE;
302 playControls.addAction(MediaControlIntent.ACTION_PAUSE);427 } else if (action.equals(MediaControlIntent.ACTION_PAUSE)) {
17499 field public static final long ACTION_PAUSE = 2L; // 0x2L
16411 field public static final long ACTION_PAUSE = 2L; // 0x2L