Searched refs:ACTION_FAST_FORWARD (Results 1 – 2 of 2) sorted by relevance
307 public static final String ACTION_FAST_FORWARD = "com.google.android.exoplayer.ffwd"; field in PlayerNotificationManager1157 stringActions.add(ACTION_FAST_FORWARD); in getActions()1278 ACTION_FAST_FORWARD, in createPlaybackActions()1282 createBroadcastIntent(ACTION_FAST_FORWARD, context, instanceId))); in createPlaybackActions()1381 } else if (ACTION_FAST_FORWARD.equals(action)) { in onReceive()
105 PlaybackStateCompat.ACTION_FAST_FORWARD,120 | PlaybackStateCompat.ACTION_FAST_FORWARD872 playbackActions |= PlaybackStateCompat.ACTION_FAST_FORWARD; in buildPlaybackActions()1172 if (canDispatchPlaybackAction(PlaybackStateCompat.ACTION_FAST_FORWARD)) { in onFastForward()