/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | SliceBroadcastRelayHandlerTest.java | 51 private static final String TEST_ACTION = "com.android.systemui.action.TEST_ACTION"; field in SliceBroadcastRelayHandlerTest 77 IntentFilter value = new IntentFilter(TEST_ACTION); in testRegister() 97 IntentFilter value = new IntentFilter(TEST_ACTION); in testUnregister() 136 IntentFilter value = new IntentFilter(TEST_ACTION); in testRelay() 142 relay.getValue().onReceive(mSpyContext, new Intent(TEST_ACTION)); in testRelay()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
D | BroadcastDispatcherTest.kt | 59 const val TEST_ACTION = "TEST_ACTION" in capture() constant 203 val testFilter = IntentFilter(TEST_ACTION).apply { in testFilterMustNotContainDataScheme() 211 val testFilter = IntentFilter(TEST_ACTION).apply { in testFilterMustNotContainDataAuthority() 219 val testFilter = IntentFilter(TEST_ACTION).apply { in testFilterMustNotContainDataPath() 227 val testFilter = IntentFilter(TEST_ACTION).apply { in testFilterMustNotContainDataType() 235 val testFilter = IntentFilter(TEST_ACTION).apply { in testFilterMustNotSetPriority()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityManagerServiceTest.java | 71 private static final RemoteAction TEST_ACTION = new RemoteAction( field in AccessibilityManagerServiceTest 175 mA11yms.registerSystemAction(TEST_ACTION, ACTION_ID); in testRegisterSystemActionWithoutPermission() 179 verify(mMockSystemActionPerformer, never()).registerSystemAction(ACTION_ID, TEST_ACTION); in testRegisterSystemActionWithoutPermission() 184 mA11yms.registerSystemAction(TEST_ACTION, ACTION_ID); in testRegisterSystemAction() 185 verify(mMockSystemActionPerformer).registerSystemAction(ACTION_ID, TEST_ACTION); in testRegisterSystemAction()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
D | PackageParsingDeferErrorTest.kt | 47 private const val TEST_ACTION = in <lambda>() constant 80 assertThat(intents.first().hasAction(TEST_ACTION)).isTrue() in <lambda>() 100 assertThat(intents.first().hasAction(TEST_ACTION)).isTrue() in <lambda>()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmInboundSmsHandler.java | 52 private static final String TEST_ACTION = "com.android.internal.telephony.gsm" field in GsmInboundSmsHandler 69 filter.addAction(TEST_ACTION); in GsmInboundSmsHandler() 93 super(TEST_ACTION); in GsmCbTestBroadcastReceiver()
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityManagerTest.java | 69 private static final RemoteAction TEST_ACTION = new RemoteAction( field in AccessibilityManagerTest 164 manager.registerSystemAction(TEST_ACTION, actionId); in testRegisterSystemAction() 166 verify(mMockService).registerSystemAction(TEST_ACTION, actionId); in testRegisterSystemAction()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 70 private static final String TEST_ACTION = "com.android.REMOTE_INPUT_VIEW_ACTION"; field in RemoteInputViewTest 97 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION), null, in setUp() 111 new Intent(TEST_ACTION), PendingIntent.FLAG_MUTABLE); in setTestPendingIntent()
|
D | SmartReplyViewTest.java | 84 private static final String TEST_ACTION = "com.android.SMART_REPLY_VIEW_ACTION"; field in SmartReplyViewTest 122 mContext.registerReceiver(mReceiver, new IntentFilter(TEST_ACTION)); in setUp() 489 PendingIntent.getBroadcast(mContext, 0, new Intent(TEST_ACTION), in createSmartReplies() 506 new Intent(TEST_ACTION), PendingIntent.FLAG_MUTABLE); in createAction()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaInboundSmsHandler.java | 71 private static final String TEST_ACTION = "com.android.internal.telephony.cdma" field in CdmaInboundSmsHandler 143 filter.addAction(TEST_ACTION); in CdmaInboundSmsHandler() 462 super(TEST_ACTION); in CdmaCbTestBroadcastReceiver()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 78 private static final String TEST_ACTION = "com.android.internal.telephony" field in CarrierResolver 187 filter.addAction(TEST_ACTION); in CarrierResolver()
|