Home
last modified time | relevance | path

Searched refs:ACTION_REWIND (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java309 public static final String ACTION_REWIND = "com.google.android.exoplayer.rewind"; field in PlayerNotificationManager
1147 stringActions.add(ACTION_REWIND); in getActions()
1272 ACTION_REWIND, in createPlaybackActions()
1276 createBroadcastIntent(ACTION_REWIND, context, instanceId))); in createPlaybackActions()
1379 } else if (ACTION_REWIND.equals(action)) { in onReceive()
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java106 PlaybackStateCompat.ACTION_REWIND,
121 | PlaybackStateCompat.ACTION_REWIND
875 playbackActions |= PlaybackStateCompat.ACTION_REWIND; in buildPlaybackActions()
1179 if (canDispatchPlaybackAction(PlaybackStateCompat.ACTION_REWIND)) { in onRewind()