Home
last modified time | relevance | path

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

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