Home
last modified time | relevance | path

Searched refs:ACTION_PLAY (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.java299 public static final String ACTION_PLAY = "com.google.android.exoplayer.play"; field in PlayerNotificationManager
1153 stringActions.add(ACTION_PLAY); in getActions()
1183 int playActionIndex = actionNames.indexOf(ACTION_PLAY); in getActionIndicesForCompactView()
1254 ACTION_PLAY, in createPlaybackActions()
1258 createBroadcastIntent(ACTION_PLAY, context, instanceId))); in createPlaybackActions()
1366 if (ACTION_PLAY.equals(action)) { in onReceive()
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java102 PlaybackStateCompat.ACTION_PLAY,
117 | PlaybackStateCompat.ACTION_PLAY
137 | PlaybackStateCompat.ACTION_PLAY
1143 if (canDispatchPlaybackAction(PlaybackStateCompat.ACTION_PLAY)) { in onPlay()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaSessionFacade.java111 bob.setActions(PlaybackState.ACTION_PLAY | in mediaSessionAddCallback()