Searched refs:ACTION_NEXT (Results 1 – 2 of 2) sorted by relevance
37 @VisibleForTesting public static final String ACTION_NEXT = "com.android.wizard.NEXT"; field in WizardManagerHelper98 Intent intent = new Intent(ACTION_NEXT); in getNextIntent()
305 public static final String ACTION_NEXT = "com.google.android.exoplayer.next"; field in PlayerNotificationManager1160 stringActions.add(ACTION_NEXT); in getActions()1187 useNavigationActionsInCompactView ? actionNames.indexOf(ACTION_NEXT) : -1; in getActionIndicesForCompactView()1290 ACTION_NEXT, in createPlaybackActions()1294 createBroadcastIntent(ACTION_NEXT, context, instanceId))); in createPlaybackActions()1383 } else if (ACTION_NEXT.equals(action)) { in onReceive()