/aosp_15_r20/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | AutoShowTest.java | 168 Intent intent1 = in autoShow_forwardWithKeyboardOff() local 195 Intent intent1 = in autoShow_forwardWithKeyboardOn() local 226 Intent intent1 = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_backwardWithKeyboardOff() local 253 Intent intent1 = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_backwardWithKeyboardOn() local 308 Intent intent1 = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in clickFocusableView_notRequestFocus() local
|
H A D | ImeOpenCloseStressTest.java | 442 Intent intent1 = in testScreenOffOn() local
|
/aosp_15_r20/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/ |
H A D | BroadcastDeliveryGroupTest.java | 45 final Intent intent1 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_policyAll() local 79 final Intent intent1 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_withForceDelay_policyAll() local 108 final Intent intent1 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_policyMostRecent() local 145 final Intent intent1 = new Intent(TEST_ACTION1) in testDeliveryGroupPolicy_withForceDelay_policyMostRecent() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowVoiceInteractionSessionTest.java | 83 Intent intent1 = new Intent("foo action"); in startAssistantActivity_invokedTwice_lastIntentRegistered() local 95 Intent intent1 = new Intent("foo action"); in startAssistantActivity_invokedTwice_allIntentsRegisteredInOrder() local 128 Intent intent1 = new Intent("foo action"); in startVoiceActivity_invokedTwice_lastIntentRegistered() local 140 Intent intent1 = new Intent("foo action"); in startVoiceActivity_invokedTwice_allIntentsRegisteredInOrder() local
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerNotificationBuilder.kt | 104 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause) in build() constant 127 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start) in build() constant 153 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in build() constant 236 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildHeadsUp() constant 345 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildMissed() constant 355 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildMissed() constant
|
D | StopwatchNotificationBuilder.kt | 86 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause) in build() constant 119 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start) in build() constant
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/android/ |
H A D | DefaultPackageManagerIntentComparatorTest.java | 22 Intent intent1 = new Intent(); in validCompareResult() local 32 Intent intent1 = new Intent("actionstring0"); in canSustainConcurrentModification() local
|
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ |
D | TestUtils.java | 109 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/ |
D | ResolverRequestTest.kt | 86 val intent1 = in createActivityModel() constant
|
D | ChooserRequestTest.kt | 120 val intent1 = Intent(ACTION_SEND) in payloadIntents_includesTargetThenAdditional() constant
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BroadcastRecordTest.java | 841 final Intent intent1 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup() local 862 final Intent intent1 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey() local 901 final Intent intent1 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter() local
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/unit/src/com/android/server/thread/ |
D | ThreadNetworkCountryCodeTest.java | 371 Intent intent1 = in telephonyCountryCode_lastKnownCountryCodeAvailable_telephonyCodeIsUsed() local 388 Intent intent1 = in telephonyCountryCode_multipleSims_firstSimIsUsed() local
|
/aosp_15_r20/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterNotificationTest.kt | 310 val intent1 = safetySourceTestData.createTestActivityRedirectPendingIntent(identifier = "1") in setSafetySourceData_issueWithTwoActions_notificationWithTwoActions() constant 381 val intent1 = safetySourceTestData.createTestActivityRedirectPendingIntent(identifier = "1") in setSafetySourceData_withCustomNotification_usesCustomValues() 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/ |
D | QSSettingsRestoredBroadcastRepository.java | 74 ….qs.pipeline.data.model.RestoreData processIntents(int user, android.content.Intent intent1, andro… in processIntents()
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | BroadcastHelperTest.java | 175 final Intent intent1 = intents.get(0); in changeNonExportedComponent_sendPackageChangedBroadcastToSharedUserIdApplications() local
|
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/ |
H A D | FragmentTransactionTest.java | 376 Intent intent1 = new Intent(mActivity, NewIntentActivity.class) in newIntentUnlocks() local
|
/aosp_15_r20/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
H A D | TextClassificationTest.java | 70 final PendingIntent intent1 = PendingIntent.getActivity( in testTextClassification() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppLauncherActivity.java | 300 Intent intent1 = new Intent(Constants.ACTION_OPEN); in onCreate() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 592 PendingIntent intent1 = PendingIntent.getActivity( in allPendingIntents_recollectedAfterReusingBuilder() local 1339 PendingIntent intent1 = PendingIntent.getActivity( in testRestoreFromExtras_Call_invalidExtra_noCrash() local 1926 PendingIntent intent1 = PendingIntent.getActivity( in testActionsDifferentIntent() local
|
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/com/android/car/carlauncher/datasources/ |
D | LauncherActivitiesDataSourceImplTest.kt | 93 val intent1: Intent = mock { in <lambda>() constant
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
H A D | TestUtils.java | 84 Intent intent1 = new Intent("action1"); in referrerIntentList() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationController.kt | 660 val intent1 = launchingIconView.info.getFirstApp().intent.component?.packageName in <lambda>() constant
|
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertDialogTest.java | 687 Intent intent1 = createActivityIntent(); in testNewMessageListCount() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/am/ |
D | FixedActivityService.java | 709 private static boolean intentEquals(Intent intent1, Intent intent2) { in intentEquals()
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
H A D | ActivityLifecycleTests.java | 459 final Intent intent1 = new Intent(mContext, SecondProcessCallbackTrackingActivity.class) in testTrampolineWithAnotherProcess() local
|