Home
last modified time | relevance | path

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

123

/aosp_15_r20/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DAutoShowTest.java168 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 DImeOpenCloseStressTest.java442 Intent intent1 = in testScreenOffOn() local
/aosp_15_r20/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
H A DBroadcastDeliveryGroupTest.java45 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 DShadowVoiceInteractionSessionTest.java83 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/
DTimerNotificationBuilder.kt104 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
DStopwatchNotificationBuilder.kt86 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 DDefaultPackageManagerIntentComparatorTest.java22 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/
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.kt86 val intent1 = in createActivityModel() constant
DChooserRequestTest.kt120 val intent1 = Intent(ACTION_SEND) in payloadIntents_includesTargetThenAdditional() constant
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastRecordTest.java841 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/
DThreadNetworkCountryCodeTest.java371 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/
DSafetyCenterNotificationTest.kt310 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/
DQSSettingsRestoredBroadcastRepository.java74 ….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 DBroadcastHelperTest.java175 final Intent intent1 = intents.get(0); in changeNonExportedComponent_sendPackageChangedBroadcastToSharedUserIdApplications() local
/aosp_15_r20/cts/tests/fragment/src/android/fragment/cts/
H A DFragmentTransactionTest.java376 Intent intent1 = new Intent(mActivity, NewIntentActivity.class) in newIntentUnlocks() local
/aosp_15_r20/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
H A DTextClassificationTest.java70 final PendingIntent intent1 = PendingIntent.getActivity( in testTextClassification() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java300 Intent intent1 = new Intent(Constants.ACTION_OPEN); in onCreate() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java592 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/
DLauncherActivitiesDataSourceImplTest.kt93 val intent1: Intent = mock { in <lambda>() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java84 Intent intent1 = new Intent("action1"); in referrerIntentList() local
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt660 val intent1 = launchingIconView.info.getFirstApp().intent.component?.packageName in <lambda>() constant
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java687 Intent intent1 = createActivityIntent(); in testNewMessageListCount() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/am/
DFixedActivityService.java709 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 DActivityLifecycleTests.java459 final Intent intent1 = new Intent(mContext, SecondProcessCallbackTrackingActivity.class) in testTrampolineWithAnotherProcess() local

123