Searched refs:ACTION_PREV (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRequestUtils.java33 public static final String ACTION_PREV = "com.android.onemedia.prev"; field in class:RequestUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMediaController.java56 private static final String ACTION_PREV = "com.android.systemui.pip.phone.PREV"; field in class:PipMediaController
89 } else if (action.equals(ACTION_PREV)) {
119 mediaControlFilter.addAction(ACTION_PREV);
214 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_PREV),
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java55 public static final String ACTION_PREV = "com.example.android.supportv4.media.prev"; field in class:MediaNotificationManager
92 new Intent(ACTION_PREV).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
119 filter.addAction(ACTION_PREV);
160 case ACTION_PREV:
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java55 public static final String ACTION_PREV = "com.example.android.supportv4.media.prev"; field in class:MediaNotificationManager
92 new Intent(ACTION_PREV).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
119 filter.addAction(ACTION_PREV);
160 case ACTION_PREV:
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java60 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_PREV).setPackage(pkg),
85 filter.addAction(RequestUtils.ACTION_PREV);
118 } else if (RequestUtils.ACTION_PREV.equals(action)) {

Completed in 125 milliseconds