Home
last modified time | relevance | path

Searched defs:intent2 (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
H A DBroadcastDeliveryGroupTest.java48 final Intent intent2 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_policyAll() local
82 final Intent intent2 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_withForceDelay_policyAll() local
111 final Intent intent2 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_policyMostRecent() local
148 final Intent intent2 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_withForceDelay_policyMostRecent() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowVoiceInteractionSessionTest.java84 Intent intent2 = new Intent("bar action"); in startAssistantActivity_invokedTwice_lastIntentRegistered() local
96 Intent intent2 = new Intent("bar action"); in startAssistantActivity_invokedTwice_allIntentsRegisteredInOrder() local
129 Intent intent2 = new Intent("bar action"); in startVoiceActivity_invokedTwice_lastIntentRegistered() local
141 Intent intent2 = new Intent("bar action"); in startVoiceActivity_invokedTwice_allIntentsRegisteredInOrder() local
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/CreateNotificationChannelsApp31/src/android/permissionui/cts/usepermission/
DCreateNotificationChannelsActivity.kt78 val intent2 = Intent(SECONDARY_APP_INTENT) in handleIntent() constant
118 val intent2 = Intent(Intent.ACTION_MAIN) in launchSecondActivity() constant
/aosp_15_r20/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DAutoShowTest.java177 Intent intent2 = in autoShow_forwardWithKeyboardOff() local
208 Intent intent2 = in autoShow_forwardWithKeyboardOn() local
231 Intent intent2 = in autoShow_backwardWithKeyboardOff() local
259 Intent intent2 = in autoShow_backwardWithKeyboardOn() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/android/
H A DDefaultPackageManagerIntentComparatorTest.java23 Intent intent2 = new Intent(); in validCompareResult() local
33 Intent intent2 = new Intent("actionstring1"); in canSustainConcurrentModification() local
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestUtils.java109 public static boolean intentEquals(Intent intent1, Intent intent2) { in intentEquals()
214 public static void assertIntentsEqual(Intent intent1, Intent intent2) { in assertIntentsEqual()
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ui/viewmodel/
DResolverRequestTest.kt85 val intent2 = Intent(Intent.ACTION_SEND_MULTIPLE) in createActivityModel() constant
DChooserRequestTest.kt121 val intent2 = Intent(ACTION_SEND_MULTIPLE) in payloadIntents_includesTargetThenAdditional() constant
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastRecordTest.java848 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup() local
870 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey() local
915 final Intent intent2 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter() local
/aosp_15_r20/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt311 val intent2 = safetySourceTestData.createTestActivityRedirectPendingIntent(identifier = "2") in setSafetySourceData_issueWithTwoActions_notificationWithTwoActions() constant
382 val intent2 = safetySourceTestData.createTestActivityRedirectPendingIntent(identifier = "2") in setSafetySourceData_withCustomNotification_usesCustomValues() constant
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt114 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addMinute) in build() constant
137 val intent2: PendingIntent = Utils.pendingServiceIntent(context, reset) in build() constant
256 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addTime) in buildHeadsUp() constant
DStopwatchNotificationBuilder.kt97 val intent2: PendingIntent = Utils.pendingServiceIntent(context, lap) in build() constant
129 val intent2: PendingIntent = Utils.pendingServiceIntent(context, reset) in build() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/extensions/
DIntentTest.kt94 val intent2 = Intent(MediaStore.ACTION_PICK_IMAGES) in testGetMimeTypeFromIntentActionPickImagesWithWildcards() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredBroadcastRepository.java74 …toreData processIntents(int user, android.content.Intent intent1, android.content.Intent intent2) { in processIntents()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt313 val intent2 = in <lambda>() constant
/aosp_15_r20/cts/tests/process/src/android/os/cts/process/
H A DProcessTest2.java173 final Intent intent2 = new Intent(Consts.ACTION_SEND_BACK_START_TIME) in testStartTime_sharedProcess() local
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DBroadcastHelperTest.java181 final Intent intent2 = intents.get(1); in changeNonExportedComponent_sendPackageChangedBroadcastToSharedUserIdApplications() local
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/
H A DFragmentTransactionTest.java382 Intent intent2 = new Intent(mActivity, FragmentTestActivity.class); in newIntentUnlocks() local
/aosp_15_r20/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
H A DTextClassificationTest.java78 final PendingIntent intent2 = PendingIntent.getActivity( in testTextClassification() local
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/user/
DUserMonitorTest.kt641 val intent2 = Intent() in <lambda>() constant
/aosp_15_r20/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
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/com/android/car/carlauncher/datasources/
DLauncherActivitiesDataSourceImplTest.kt101 val intent2: Intent = mock { in <lambda>() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java87 Intent intent2 = new Intent("action2"); in referrerIntentList() local
/aosp_15_r20/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
H A DShortcutPublisher.java225 final Intent intent2 = new Intent(Intent.ACTION_VIEW); in onPublishPressed() local
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayEventDeliveryTest.java495 Intent intent2 = new Intent(Intent.ACTION_MAIN); in makeTestActivityCached() local

123