Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java303 public static final String ACTION_PREVIOUS = "com.google.android.exoplayer.prev"; field in PlayerNotificationManager
1144 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()