Searched refs:ACTION_NEXT (Results 1 – 3 of 3) sorted by relevance
27 private static final String ACTION_NEXT = "com.android.wizard.NEXT"; field in WizardManagerHelper71 Intent intent = new Intent(ACTION_NEXT); in getNextIntent()
63 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_NEXT).setPackage(pkg), in NotificationHelper()82 filter.addAction(RequestUtils.ACTION_NEXT); in onStart()116 } else if (RequestUtils.ACTION_NEXT.equals(action)) { in onReceive()
34 public static final String ACTION_NEXT = "com.android.onemedia.next"; field in RequestUtils