Searched refs:ACTION_PREVIOUS (Results 1 – 1 of 1) sorted by relevance
303 public static final String ACTION_PREVIOUS = "com.google.android.exoplayer.prev"; field in PlayerNotificationManager1144 stringActions.add(ACTION_PREVIOUS); in getActions()1185 useNavigationActionsInCompactView ? actionNames.indexOf(ACTION_PREVIOUS) : -1; in getActionIndicesForCompactView()1284 ACTION_PREVIOUS, in createPlaybackActions()1288 createBroadcastIntent(ACTION_PREVIOUS, context, instanceId))); in createPlaybackActions()1377 } else if (ACTION_PREVIOUS.equals(action)) { in onReceive()