Searched refs:ACTION_NEXT (Results 1 – 5 of 5) sorted by relevance
51 private static final String ACTION_NEXT = "com.android.systemui.pip.phone.NEXT"; field in PipMediaController83 } else if (action.equals(ACTION_NEXT)) {106 mediaControlFilter.addAction(ACTION_NEXT); in PipMediaController()193 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_NEXT), in createMediaActions()
55 public static final String ACTION_NEXT = "com.example.android.supportv4.media.next"; field in MediaNotificationManager93 new Intent(ACTION_NEXT).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager()115 filter.addAction(ACTION_NEXT); in startNotification()156 case ACTION_NEXT: in onReceive()
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()
32 private static final String ACTION_NEXT = "com.android.wizard.NEXT"; field in WizardManagerHelper108 Intent intent = new Intent(ACTION_NEXT); in getNextIntent()
34 public static final String ACTION_NEXT = "com.android.onemedia.next"; field in RequestUtils