Searched refs:ACTION_PAUSE (Results 1 – 8 of 8) sorted by relevance
44 static final String ACTION_PAUSE = "com.android.car.media.localmediaplayer.ACTION_PAUSE"; field in LocalMediaBrowserService67 case ACTION_PAUSE:136 filter.addAction(ACTION_PAUSE); in onCreate()
66 private static final long PLAYING_ACTIONS = PlaybackState.ACTION_PAUSE129 LocalMediaBrowserService.ACTION_PAUSE, R.drawable.ic_pause, R.string.pause); in Player()
117 mHasPause = ((state.getActions() & PlaybackState.ACTION_PAUSE) != 0); in onPlaybackStateChanged()183 = ((state.getActions() & PlaybackState.ACTION_PAUSE) != 0); in isDuplicatePlaybackState()
51 static final int ACTION_PAUSE = 3; field in RadioStreamProducer174 case ACTION_PAUSE: in onReceive()
63 mPauseAction = createRadioActionIntent(RadioStreamProducer.ACTION_PAUSE); in RadioConverter()
109 private long mTransportControlFlags = PlaybackState.ACTION_PAUSE | PlaybackState.ACTION_PLAY
964 if ((actions & PlaybackState.ACTION_PAUSE) != 0) {
4413 public static long ACTION_PAUSE;