Searched refs:TEST_ACTION (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
H A DMediaSessionConstants.java56 public static final long TEST_ACTION = 55L; field in class:MediaSessionConstants
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSliceBroadcastRelayHandlerTest.java45 private static final String TEST_ACTION = "com.android.systemui.action.TEST_ACTION"; field in class:SliceBroadcastRelayHandlerTest
61 IntentFilter value = new IntentFilter(TEST_ACTION);
83 IntentFilter value = new IntentFilter(TEST_ACTION);
111 IntentFilter value = new IntentFilter(TEST_ACTION);
117 relay.getValue().onReceive(relayHandler.mContext, new Intent(TEST_ACTION));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java53 private static final String TEST_ACTION = "com.android.REMOTE_INPUT_VIEW_ACTION"; field in class:RemoteInputViewTest
69 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION), null,
87 new Intent(TEST_ACTION), 0);
H A DSmartReplyViewTest.java65 private static final String TEST_ACTION = "com.android.SMART_REPLY_VIEW_ACTION"; field in class:SmartReplyViewTest
89 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION));
376 new Intent(TEST_ACTION), 0);
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
H A DMediaControllerCompatCallbackTest.java35 import static android.support.mediacompat.testlib.MediaSessionConstants.TEST_ACTION;
293 .setActions(TEST_ACTION)
303 assertEquals(TEST_ACTION, stateOut.getActions());
309 assertEquals(TEST_ACTION, stateOut.getActions());
/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
H A DMediaControllerCompatCallbackTest.java35 import static android.support.mediacompat.testlib.MediaSessionConstants.TEST_ACTION;
292 .setActions(TEST_ACTION)
302 assertEquals(TEST_ACTION, stateOut.getActions());
308 assertEquals(TEST_ACTION, stateOut.getActions());

Completed in 156 milliseconds