Searched refs:ACTION_NEXT (Results 1 – 5 of 5) sorted by relevance
31 private static final String ACTION_NEXT = "com.android.wizard.NEXT"; field in CarWizardManagerHelper63 Intent intent = new Intent(ACTION_NEXT); in getNextIntent()
55 private static final String ACTION_NEXT = "com.android.systemui.pip.phone.NEXT"; field in PipMediaController87 } else if (action.equals(ACTION_NEXT)) {118 mediaControlFilter.addAction(ACTION_NEXT); in PipMediaController()208 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_NEXT), in createMediaActions()
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()
38 private static final String ACTION_NEXT = "com.android.wizard.NEXT"; field in WizardManagerHelper125 Intent intent = new Intent(ACTION_NEXT); in getNextIntent()
34 public static final String ACTION_NEXT = "com.android.onemedia.next"; field in RequestUtils