Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
DBluetoothSL4AAudioSrcMBS.java164 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE in onCreate()
174 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE in onCreate()
DBluetoothMediaPlayback.java120 stateBuilder.setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE | in updatePlaybackState()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java301 public static final String ACTION_PAUSE = "com.google.android.exoplayer.pause"; field in PlayerNotificationManager
1151 stringActions.add(ACTION_PAUSE); in getActions()
1182 int pauseActionIndex = actionNames.indexOf(ACTION_PAUSE); in getActionIndicesForCompactView()
1260 ACTION_PAUSE, in createPlaybackActions()
1264 createBroadcastIntent(ACTION_PAUSE, context, instanceId))); in createPlaybackActions()
1375 } else if (ACTION_PAUSE.equals(action)) { in onReceive()
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java103 PlaybackStateCompat.ACTION_PAUSE,
118 | PlaybackStateCompat.ACTION_PAUSE
138 | PlaybackStateCompat.ACTION_PAUSE
1158 if (canDispatchPlaybackAction(PlaybackStateCompat.ACTION_PAUSE)) { in onPause()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaSessionFacade.java112 PlaybackState.ACTION_PAUSE | in mediaSessionAddCallback()