Searched refs:ACTION_REW (Results 1 – 2 of 2) sorted by relevance
66 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_REW).setPackage(pkg), in NotificationHelper()86 filter.addAction(RequestUtils.ACTION_REW); in onStart()120 } else if (RequestUtils.ACTION_REW.equals(action)) { in onReceive()
31 public static final String ACTION_REW = "com.android.onemedia.rew"; field in RequestUtils