Home
last modified time | relevance | path

Searched refs:intent2 (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DAutoShowTest.java177 Intent intent2 = in autoShow_forwardWithKeyboardOff() local
182 TestActivity secondActivity = firstActivity.startSecondTestActivity(intent2); in autoShow_forwardWithKeyboardOff()
208 Intent intent2 = in autoShow_forwardWithKeyboardOn() local
213 TestActivity secondActivity = firstActivity.startSecondTestActivity(intent2); in autoShow_forwardWithKeyboardOn()
231 Intent intent2 = in autoShow_backwardWithKeyboardOff() local
237 TestActivity secondActivity = firstActivity.startSecondTestActivity(intent2); in autoShow_backwardWithKeyboardOff()
259 Intent intent2 = in autoShow_backwardWithKeyboardOn() local
265 ImeStressTestUtil.TestActivity secondActivity = activity.startSecondTestActivity(intent2); in autoShow_backwardWithKeyboardOn()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastRecordTest.java545 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup() local
546 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup()
547 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup()
550 intent2, options2); in testMatchesDeliveryGroup()
567 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey() local
569 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup_withMatchingKey()
573 intent2, options2); in testMatchesDeliveryGroup_withMatchingKey()
612 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter() local
614 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup_withMatchingFilter()
615 intent2.putExtra(Intent.EXTRA_REASON, "reason2"); in testMatchesDeliveryGroup_withMatchingFilter()
[all …]
H A DActivityManagerServiceTest.java739 final Intent intent2 = new Intent(TEST_ACTION2) in testBroadcastStickyIntent() local
750 broadcastIntent(intent2, options.toBundle(), true); in testBroadcastStickyIntent()
754 StickyBroadcast.create(intent2, true, Process.myUid(), PROCESS_STATE_UNKNOWN)); in testBroadcastStickyIntent()
761 StickyBroadcast.create(intent2, true, Process.myUid(), PROCESS_STATE_UNKNOWN)); in testBroadcastStickyIntent()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java82 Intent intent2 = new Intent("action2"); in referrerIntentList() local
83 ReferrerIntent referrerIntent2 = new ReferrerIntent(intent2, "referrer2"); in referrerIntentList()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DProviderRegistryGetSessionTest.java189 Intent intent2 = providerData.getCredentialEntries().get(0).getFrameworkExtrasIntent(); in testPrepareUiData_invokeCalledSuccessfully_returnsCorrectData() local
190 GetCredentialRequest getRequest2 = intent2.getParcelableExtra(CredentialProviderService in testPrepareUiData_invokeCalledSuccessfully_returnsCorrectData()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt266 val intent2 = Intent(Intent.ACTION_MANAGED_PROFILE_REMOVED) regex
268 tracker.onReceive(context, intent2)
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerTest.java644 final Intent intent2 = new Intent(ACTION_RECEIVER_TEST); in testKillAppIfBgRestrictedCachedIdle() local
653 intent2.putExtras(extras); in testKillAppIfBgRestrictedCachedIdle()
654 intent2.setPackage(TEST_APP1); in testKillAppIfBgRestrictedCachedIdle()
656 mContext.sendBroadcast(intent2); in testKillAppIfBgRestrictedCachedIdle()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java235 PendingIntent intent2 = PendingIntent.getActivity( in allPendingIntents_recollectedAfterReusingBuilder() local
246 builder.setContentIntent(intent2); in allPendingIntents_recollectedAfterReusingBuilder()
250 assertTrue(n2.allPendingIntents.contains(intent2)); in allPendingIntents_recollectedAfterReusingBuilder()
1407 PendingIntent intent2 = PendingIntent.getActivity( in testActionsDifferentIntent() local
1415 .addAction(new Notification.Action.Builder(icon, "TEXT 1", intent2).build()) in testActionsDifferentIntent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionsRepositoryTest.kt635 val intent2 = regex
638 fakeBroadcastDispatcher.sendIntentToMatchingReceiversOnly(context, intent2)