Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java867 long playbackActions = BASE_PLAYBACK_ACTIONS; in buildPlaybackActions() local
869 playbackActions |= PlaybackStateCompat.ACTION_SEEK_TO; in buildPlaybackActions()
872 playbackActions |= PlaybackStateCompat.ACTION_FAST_FORWARD; in buildPlaybackActions()
875 playbackActions |= PlaybackStateCompat.ACTION_REWIND; in buildPlaybackActions()
877 playbackActions &= enabledPlaybackActions; in buildPlaybackActions()
879 long actions = playbackActions; in buildPlaybackActions()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java368 private final Map<String, NotificationCompat.Action> playbackActions; field in PlayerNotificationManager
631 playbackActions = createPlaybackActions(context, instanceId); in PlayerNotificationManager()
632 for (String action : playbackActions.keySet()) { in PlayerNotificationManager()
1039 playbackActions.containsKey(actionName) in createNotification()
1040 ? playbackActions.get(actionName) in createNotification()