Searched refs:ACTION_FFWD (Results 1 – 2 of 2) sorted by relevance
69 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_FFWD).setPackage(pkg), in NotificationHelper()81 filter.addAction(RequestUtils.ACTION_FFWD); in onStart()122 } else if (RequestUtils.ACTION_FFWD.equals(action)) { in onReceive()
32 public static final String ACTION_FFWD = "com.android.onemedia.ffwd"; field in RequestUtils