Searched refs:ACTION_NEXT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRequestUtils.java34 public static final String ACTION_NEXT = "com.android.onemedia.next"; field in class:RequestUtils
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DWizardManagerHelper.java27 private static final String ACTION_NEXT = "com.android.wizard.NEXT"; field in class:WizardManagerHelper
71 Intent intent = new Intent(ACTION_NEXT);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java63 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_NEXT).setPackage(pkg),
82 filter.addAction(RequestUtils.ACTION_NEXT);
116 } else if (RequestUtils.ACTION_NEXT.equals(action)) {

Completed in 82 milliseconds