Searched refs:playbackActions (Results 1 – 2 of 2) sorted by relevance
867 long playbackActions = BASE_PLAYBACK_ACTIONS; in buildPlaybackActions() local869 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()
368 private final Map<String, NotificationCompat.Action> playbackActions; field in PlayerNotificationManager631 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()