Home
last modified time | relevance | path

Searched refs:TEST_INTENT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerExemptionTests.java91 private static final Intent TEST_INTENT = new Intent() field in BackgroundActivityStartControllerExemptionTests
219 Intent intent = TEST_INTENT; in testNoExemption()
259 Intent intent = TEST_INTENT; in testCaller_appHasVisibleWindow()
291 Intent intent = TEST_INTENT; in testRealCaller_appHasVisibleWindow()
331 Intent intent = TEST_INTENT; in testCaller_appAllowedByBLPC()
367 Intent intent = TEST_INTENT; in testRealCaller_appAllowedByBLPC()
416 Intent intent = TEST_INTENT; in testRealCaller_appAllowedByBLPCforOtherProcess()
452 Intent intent = TEST_INTENT; in testRealCaller_isCompanionApp()
484 Intent intent = TEST_INTENT; in testCaller_balPermission()
517 Intent intent = TEST_INTENT; in testRealCaller_balPermission()
[all …]
DBackgroundActivityStartControllerTests.java86 private static final Intent TEST_INTENT = new Intent() field in BackgroundActivityStartControllerTests
242 Intent intent = TEST_INTENT; in testRegularActivityStart_noExemption_isBlocked()
277 Intent intent = TEST_INTENT; in testRegularActivityStart_notAllowed_isBlocked()
312 Intent intent = TEST_INTENT; in testRegularActivityStart_allowedByCaller_isAllowed()
347 Intent intent = TEST_INTENT; in testRegularActivityStart_allowedByRealCaller_isAllowed()
381 Intent intent = TEST_INTENT; in testRegularActivityStart_allowedByCallerAndRealCaller_returnsCallerVerdict()
419 Intent intent = TEST_INTENT; in testPendingIntent_allowedByCallerAndRealCallerButOptOut_isBlocked()
458 Intent intent = TEST_INTENT; in testPendingIntent_allowedByCallerAndOptIn_isAllowed()
495 Intent intent = TEST_INTENT; in testPendingIntent_allowedByRealCallerAndOptIn_isAllowed()
531 Intent intent = TEST_INTENT; in testBalState_regularStart_isAutoOptIn()
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DServiceListingTest.java54 private static final String TEST_INTENT = "com.example.intent"; field in ServiceListingTest
70 .setIntentAction(TEST_INTENT) in setUp()
95 .setIntentAction(TEST_INTENT) in testValidator()
136 .setIntentAction(TEST_INTENT) in testNoValidator()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java103 private static final String TEST_INTENT = "com.android.internal.telephony.TEST_INTENT"; field in GsmSmsDispatcherTest
233 realContext.registerReceiver(mTestReceiver, new IntentFilter(TEST_INTENT), in registerTestIntentReceiver()
244 new Intent(TEST_INTENT), 0); in testSendTextWithInvalidDestAddr()
306 new Intent(TEST_INTENT), PendingIntent.FLAG_IMMUTABLE); in testSendMultipartTextWithInvalidText()
387 new Intent(TEST_INTENT) in testSendSmsByCarrierApp()
444 new Intent(TEST_INTENT) in sendMultipartTextSms()
448 new Intent(TEST_INTENT) in sendMultipartTextSms()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyDialogV2Test.kt50 private val TEST_INTENT = Intent("test_intent_action") constant
65 navigationIntent: Intent = TEST_INTENT in createPrivacyElement()
109 verify(manageApp).invoke(TEST_PACKAGE_NAME, TEST_USER_ID, TEST_INTENT) in testManageAppCalledWithCorrectParams()
DPrivacyDialogControllerV2Test.kt84 private val TEST_INTENT = Intent("test_intent_action") in <lambda>() constant
500 dialogProvider.manageApp?.invoke(TEST_PACKAGE_NAME, USER_ID, TEST_INTENT) in <lambda>()
515 dialogProvider.manageApp?.invoke(TEST_PACKAGE_NAME, USER_ID, TEST_INTENT) in <lambda>()
543 dialogProvider.manageApp?.invoke(TEST_PACKAGE_NAME, USER_ID, TEST_INTENT) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java66 private static final Intent TEST_INTENT = new Intent("com.android.SMART_REPLY_VIEW_ACTION"); field in InflatedSmartRepliesTest
372 actions.add(createAction("non-allowed action", TEST_INTENT)); in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartActionsAffected()
578 TEST_INTENT.setPackage(mContext.getPackageName()), in setupAppGeneratedReplies()
606 return createActionBuilder(actionTitle, TEST_INTENT); in createActionBuilder()