Searched refs:ACTION_NEXT (Results 1 – 2 of 2) sorted by relevance
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