Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSliceBroadcastRelayHandlerTest.java46 private static final String TEST_ACTION = "com.android.systemui.action.TEST_ACTION"; field in SliceBroadcastRelayHandlerTest
62 IntentFilter value = new IntentFilter(TEST_ACTION); in testRegister()
84 IntentFilter value = new IntentFilter(TEST_ACTION); in testUnregister()
128 IntentFilter value = new IntentFilter(TEST_ACTION); in testRelay()
134 relay.getValue().onReceive(relayHandler.mContext, new Intent(TEST_ACTION)); in testRelay()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java62 private static final String TEST_ACTION = "com.android.REMOTE_INPUT_VIEW_ACTION"; field in RemoteInputViewTest
86 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION), null, in setUp()
100 new Intent(TEST_ACTION), 0); in setTestPendingIntent()
DSmartReplyViewTest.java77 private static final String TEST_ACTION = "com.android.SMART_REPLY_VIEW_ACTION"; field in SmartReplyViewTest
111 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION)); in setUp()
464 new Intent(TEST_ACTION), 0); in inflateSmartReplies()
474 new Intent(TEST_ACTION), 0); in createAction()