Home
last modified time | relevance | path

Searched refs:ACTION_STOP (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
DBluetoothSL4AAudioSrcMBS.java166 | PlaybackState.ACTION_STOP) in onCreate()
176 | PlaybackState.ACTION_STOP) in onCreate()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java311 public static final String ACTION_STOP = "com.google.android.exoplayer.stop"; field in PlayerNotificationManager
1166 stringActions.add(ACTION_STOP); in getActions()
1266 ACTION_STOP, in createPlaybackActions()
1270 createBroadcastIntent(ACTION_STOP, context, instanceId))); in createPlaybackActions()
1385 } else if (ACTION_STOP.equals(action)) { in onReceive()
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java107 PlaybackStateCompat.ACTION_STOP,
122 | PlaybackStateCompat.ACTION_STOP
139 | PlaybackStateCompat.ACTION_STOP
1186 if (canDispatchPlaybackAction(PlaybackStateCompat.ACTION_STOP)) { in onStop()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaSessionFacade.java113 PlaybackState.ACTION_STOP); in mediaSessionAddCallback()