/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | PackageChangedReceiverTest.java | 219 Intent intent = new Intent(); in createIntentSentByAdServiceSystemService() local 231 Intent intent = new Intent(); in createIntentSentBySystem() local 239 Intent intent = in testReceivePackageFullyRemoved_topicsKillSwitchOff() local 247 Intent intent = createIntentSentBySystem(Intent.ACTION_PACKAGE_FULLY_REMOVED); in testReceivePackageFullyRemoved_topicsKillSwitchOff_backCompat() local 253 Intent intent = in testReceivePackageFullyRemoved_topicsKillSwitchOn() local 261 Intent intent = createIntentSentBySystem(Intent.ACTION_PACKAGE_FULLY_REMOVED); in testReceivePackageFullyRemoved_topicsKillSwitchOn_backCompat() local 267 Intent intent = in testReceivePackageFullyRemoved_measurementKillSwitchOff() local 276 Intent intent = createIntentSentBySystem(Intent.ACTION_PACKAGE_FULLY_REMOVED); in testReceivePackageFullyRemoved_measurementKillSwitchOff_backCompat() local 282 Intent intent = in testReceivePackageFullyRemoved_measurementKillSwitchOn() local 291 Intent intent = createIntentSentBySystem(Intent.ACTION_PACKAGE_FULLY_REMOVED); in testReceivePackageFullyRemoved_measurementKillSwitchOn_backCompat() local [all …]
|
/aosp_15_r20/cts/tests/tests/app/src/android/app/cts/ |
H A D | ComponentCallerTest.java | 158 Intent intent = getUriInDataSendBroadcastTestIntent(TestProvider.getContentUri(), in testActivityInitialCaller_checkContentUriPermission_throwsIfCallerOfApiDoesNotHaveTheSameAccessToContentUri() local 177 Intent intent = getSendBroadcastTestIntent(NONE_PROVIDED_USE_HELPER_APP_URI_LOCATION_ID, in testActivityInitialCaller_checkContentUriPermission_throwsIfContentUriWasNotPassedAtLaunch() local 194 Intent intent = getStartActivityTestIntent(NONE_PROVIDED_USE_HELPER_APP_URI_LOCATION_ID, in testActivityInitialCaller_checkContentUriPermission_returnsCorrectResultEvenIfCallerOfActivityGrantsAndDies() local 212 Intent intent = getUriInDataSendBroadcastTestIntent( in testActivityInitialCaller_checkContentUriPermission_getDataContentUriViaPermission_noPermission() local 230 Intent intent = getUriInDataSendBroadcastTestIntent(CONTENT_URI_READ_PERMISSION, in testActivityInitialCaller_checkContentUriPermission_getDataContentUriViaPermission_hasRead() local 248 Intent intent = getUriInDataSendBroadcastTestIntent( in testActivityInitialCaller_checkContentUriPermission_getDataContentUriViaPermission_hasReadButNoWrite() local 265 Intent intent = getSendBroadcastTestIntent(URI_IN_CLIP_DATA_LOCATION_ID, in testActivityInitialCaller_checkContentUriPermission_clipDataContentUri_noPermission() local 284 Intent intent = getSendBroadcastTestIntent(URI_IN_CLIP_DATA_LOCATION_ID, ModeFlags.READ, in testActivityInitialCaller_checkContentUriPermission_clipDataContentUri_hasRead() local 303 Intent intent = getSendBroadcastTestIntent(URI_IN_CLIP_DATA_LOCATION_ID, in testActivityInitialCaller_checkContentUriPermission_clipDataContentUri_hasReadButNoWrite() local 321 Intent intent = getSendBroadcastTestIntent(URI_IN_EXTRA_STREAM_LOCATION_ID, in testActivityInitialCaller_checkContentUriPermission_extraStreamContentUri_noPermission() local [all …]
|
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/ |
D | ExtrasProvisioningDataParserTest.java | 275 Intent intent = new Intent(ACTION_PROVISION_MANAGED_DEVICE_FROM_TRUSTED_SOURCE) in testParse_trustedSourceProvisioningIntent() local 330 Intent intent = new Intent(ACTION_PROVISION_FINANCED_DEVICE) in testParse_financedDeviceProvisioningIntent() local 370 Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING) in testParse_resumeProvisioningIntent() local 380 Intent intent = new Intent(ACTION_PROVISION_MANAGED_PROFILE) in testParse_managedProfileIntent() local 424 Intent intent = buildTestManagedProfileIntent(); in testParse_managedProfileIntent_CompProvisioning() local 458 Intent intent = new Intent(ACTION_PROVISION_MANAGED_PROFILE) in testParse_managedProfileIntent_DeviceOwnerWithByodProvisioning() local 489 Intent intent = new Intent(ACTION_PROVISION_MANAGED_DEVICE) in testParse_managedDeviceIntent() local 530 Intent intent = new Intent(ACTION_NDEF_DISCOVERED) in testParse_nfcProvisioningIntentThrowsException() local 556 Intent intent = new Intent(ACTION_PROVISION_MANAGED_DEVICE_FROM_TRUSTED_SOURCE) in testParse_illFormedLocaleThrowsException() local 579 Intent intent = in testSetUseMobileData_forManagedProfile_alwaysFalse() local [all …]
|
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | AllIntentsActivity.java | 172 Intent intent = new Intent(Intent.ACTION_PICK); in onListItemClick() local 183 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local 188 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local 194 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in onListItemClick() local 200 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local 206 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local 212 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local 218 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local 224 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local 230 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onListItemClick() local [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowIntentTest.java | 39 Intent intent = new Intent(); in resolveActivityInfo_shouldReturnActivityInfoForExistingActivity() local 48 Intent intent = new Intent(); in testGetExtraReturnsNull_whenThereAreNoExtrasAdded() local 54 Intent intent = new Intent(); in testStringExtra() local 61 Intent intent = new Intent(); in testCharSequenceExtra() local 69 Intent intent = new Intent(); in testIntExtra() local 77 Intent intent = new Intent(); in testDoubleExtra() local 85 Intent intent = new Intent(); in testFloatExtra() local 93 Intent intent = new Intent(); in testIntArrayExtra() local 104 Intent intent = new Intent(); in testLongArrayExtra() local 115 Intent intent = new Intent(); in testSerializableExtra() local [all …]
|
H A D | ShadowPendingIntentTest.java | 51 Intent intent = new Intent(); in getBroadcast_shouldCreateIntentForBroadcast() local 67 Intent intent = new Intent(); in getActivity_withBundle_shouldCreateIntentForBroadcast() local 123 Intent intent = new Intent().setPackage("dummy.package"); in getService_shouldCreateIntentForBroadcast() local 140 Intent intent = new Intent().setPackage("dummy.package"); in getForegroundService_shouldCreateIntentForBroadcast() local 176 Intent intent = new Intent("action"); in send_shouldFillInIntentData() local 192 Intent intent = new Intent("action"); in send_shouldNotReusePreviouslyFilledInIntentData() local 316 Intent intent = new Intent(); in send_shouldNotFillIn_whenPendingIntentIsImmutable() local 332 Intent intent = new Intent().putExtra("whatever", 5); in updatePendingIntent() local 348 Intent intent = new Intent(); in getActivity_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists() local 354 Intent intent = new Intent(); in getActivity_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched() local [all …]
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/ |
H A D | AvailableIntentsTest.java | 65 private void assertCanBeHandled(final Intent intent) { in assertCanBeHandled() 77 private void assertDefaultHandlerValidPriority(final Intent intent) { in assertDefaultHandlerValidPriority() 90 private void assertHandledBySystemOnly(final Intent intent) { in assertHandledBySystemOnly() 104 private void assertHandledBySelfOnly(final Intent intent) { in assertHandledBySelfOnly() 122 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in testViewNormalUrl() local 132 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in testViewSecureUrl() local 142 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); in testWebSearchNormalUrl() local 153 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); in testWebSearchSecureUrl() local 164 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); in testWebSearchPlainText() local 176 Intent intent = new Intent(Intent.ACTION_CALL, uri); in testCallPhoneNumber() local [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/ |
H A D | BaseTestAppDeviceAdminReceiver.java | 35 public void onEnabled(Context context, Intent intent) { in onEnabled() 40 public CharSequence onDisableRequested(Context context, Intent intent) { in onDisableRequested() 45 public void onDisabled(Context context, Intent intent) { in onDisabled() 50 public void onPasswordChanged(Context context, Intent intent) { in onPasswordChanged() 55 public void onPasswordChanged(Context context, Intent intent, UserHandle user) { in onPasswordChanged() 60 public void onPasswordFailed(Context context, Intent intent) { in onPasswordFailed() 65 public void onPasswordFailed(Context context, Intent intent, UserHandle user) { in onPasswordFailed() 70 public void onPasswordSucceeded(Context context, Intent intent) { in onPasswordSucceeded() 75 public void onPasswordSucceeded(Context context, Intent intent, UserHandle user) { in onPasswordSucceeded() 80 public void onPasswordExpiring(Context context, Intent intent) { in onPasswordExpiring() [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | IntentForwarderActivityTest.java | 168 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class); in forwardToManagedProfile_canForward_sendIntent() local 208 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class); in forwardToManagedProfile_cannotForward_sendIntent() local 229 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class); in forwardToManagedProfile_noManagedProfile_sendIntent() local 247 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class); in launchInSameProfile_chooserIntent() local 287 Intent intent = Intent.makeMainSelectorActivity( in forwardToManagedProfile_canForward_selectorIntent() local 322 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class) in shouldSkipDisclosure_notWhitelisted() local 337 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class) in shouldSkipDisclosure_withResolverActivity() local 350 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class) in shouldSkipDisclosure_callIntent_call() local 362 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class) in shouldSkipDisclosure_callIntent_callPrivileged() local 374 Intent intent = new Intent(mContext, IntentForwarderWrapperActivity.class) in shouldSkipDisclosure_callIntent_callEmergency() local [all …]
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | UIIntentsImpl.java | 93 final Intent intent = new Intent(context, ConversationActivity.class); in getConversationActivityIntent() local 139 final Intent intent = new Intent(context, PermissionCheckActivity.class); in launchPermissionCheckActivity() local 152 final Intent intent = getConversationListActivityIntent(context); in launchConversationListActivity() local 168 final Intent intent = getConversationActivityIntent(context, conversationId, draft, in launchConversationActivity() local 176 final Intent intent = getConversationActivityIntent(context, conversationId, null, in launchConversationActivityNewTask() local 198 final Intent intent = getConversationActivityIntent(context, null, draft, in launchCreateNewConversationActivity() local 210 final Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in launchAddContactActivity() local 220 final Intent intent = new Intent(context, SettingsActivity.class); in launchSettingsActivity() local 226 final Intent intent = new Intent(context, ArchivedConversationListActivity.class); in launchArchivedConversationsActivity() local 232 final Intent intent = new Intent(context, BlockedParticipantsActivity.class); in launchBlockedParticipantsActivity() local [all …]
|
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/ |
HD | espresso_intents_release_no_deps.jar | ... android/support/test/espresso/intent/rule/IntentsTestRule.class
IntentsTestRule.java
package ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputDialogReceiverTest.java | 62 Intent intent = new Intent(MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG); in launchMediaOutputDialog_ExtraPackageName_DialogFactoryCalled() local 64 mMediaOutputDialogReceiver.onReceive(getContext(), intent); in launchMediaOutputDialog_ExtraPackageName_DialogFactoryCalled() local 74 Intent intent = new Intent(MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG); in launchMediaOutputDialog_WrongExtraKey_DialogFactoryNotCalled() local 76 mMediaOutputDialogReceiver.onReceive(getContext(), intent); in launchMediaOutputDialog_WrongExtraKey_DialogFactoryNotCalled() local 86 Intent intent = new Intent(MediaOutputConstants.ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG); in launchMediaOutputDialog_NoExtra_DialogFactoryNotCalled() local 87 mMediaOutputDialogReceiver.onReceive(getContext(), intent); in launchMediaOutputDialog_NoExtra_DialogFactoryNotCalled() local 98 Intent intent = new Intent( in launchMediaOutputBroadcastDialog_flagOff_broadcastDialogFactoryNotCalled() local 101 mMediaOutputDialogReceiver.onReceive(getContext(), intent); in launchMediaOutputBroadcastDialog_flagOff_broadcastDialogFactoryNotCalled() local 112 Intent intent = new Intent( in launchMediaOutputBroadcastDialog_ExtraPackageName_BroadcastDialogFactoryCalled() local 115 mMediaOutputDialogReceiver.onReceive(getContext(), intent); in launchMediaOutputBroadcastDialog_ExtraPackageName_BroadcastDialogFactoryCalled() local [all …]
|
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivityTest.java | 113 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_requestDisableIntent_hasDisableRequestType() local 123 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_hasDiscoverableRequestType() local 133 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_noTimeoutSpecified_hasDefaultTimeout() local 143 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_timeoutSpecified_hasTimeout() local 156 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_startsDiscoverableScan() local 166 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_noDialog() local 176 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_receiverRegistered() local 187 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_enableDiscovery() local 203 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_bypassforGeneric_noScanModeChange() local 214 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_requestEnableIntent_hasEnableRequestType() local [all …]
|
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivityTest.java | 113 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in onCreate_requestDisableIntent_hasDisableRequestType() local 123 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_hasDiscoverableRequestType() local 133 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_noTimeoutSpecified_hasDefaultTimeout() local 143 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_timeoutSpecified_hasTimeout() local 156 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_startsDiscoverableScan() local 166 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_noDialog() local 176 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_receiverRegistered() local 187 Intent intent = createSetupWizardIntent(); in onCreate_requestDiscoverableIntent_bypassforSetup_turningOn_enableDiscovery() local 203 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in onCreate_requestDiscoverableIntent_bypassforGeneric_noScanModeChange() local 214 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_requestEnableIntent_hasEnableRequestType() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/admin/ |
H A D | DeviceAdminReceiver.java | 600 public void onEnabled(@NonNull Context context, @NonNull Intent intent) { in onEnabled() 618 @NonNull Intent intent) { in onDisableRequested() 634 public void onDisabled(@NonNull Context context, @NonNull Intent intent) { in onDisabled() 652 public void onPasswordChanged(@NonNull Context context, @NonNull Intent intent) { in onPasswordChanged() 666 public void onPasswordChanged(@NonNull Context context, @NonNull Intent intent, in onPasswordChanged() 683 public void onPasswordFailed(@NonNull Context context, @NonNull Intent intent) { in onPasswordFailed() 697 public void onPasswordFailed(@NonNull Context context, @NonNull Intent intent, in onPasswordFailed() 714 public void onPasswordSucceeded(@NonNull Context context, @NonNull Intent intent) { in onPasswordSucceeded() 728 public void onPasswordSucceeded(@NonNull Context context, @NonNull Intent intent, in onPasswordSucceeded() 755 public void onPasswordExpiring(@NonNull Context context, @NonNull Intent intent) { in onPasswordExpiring() [all …]
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | IntentUtils.java | 48 public static boolean safeHasExtra(Intent intent, String name) { in safeHasExtra() 59 public static void safeRemoveExtra(Intent intent, String name) { in safeRemoveExtra() 69 public static boolean safeGetBooleanExtra(Intent intent, String name, boolean defaultValue) { in safeGetBooleanExtra() 91 public static int safeGetIntExtra(Intent intent, String name, int defaultValue) { in safeGetIntExtra() 113 public static int[] safeGetIntArrayExtra(Intent intent, String name) { in safeGetIntArrayExtra() 146 public static long safeGetLongExtra(Intent intent, String name, long defaultValue) { in safeGetLongExtra() 157 public static String safeGetStringExtra(Intent intent, String name) { in safeGetStringExtra() 179 public static Bundle safeGetBundleExtra(Intent intent, String name) { in safeGetBundleExtra() 212 public static <T extends Parcelable> T safeGetParcelableExtra(Intent intent, String name) { in safeGetParcelableExtra() 226 Intent intent, String name) { in getParcelableArrayListExtra() [all …]
|
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/ |
D | NfcEmulatorDeviceSnippet.java | 60 Intent intent = in startSimpleEmulatorActivity() local 82 Intent intent = in startSimpleEmulatorActivityWithPreferredService() local 97 Intent intent = new Intent(Intent.ACTION_MAIN); in startAccessServiceObserveModeEmulatorActivity() local 113 Intent intent = new Intent(Intent.ACTION_MAIN); in startDynamicAidEmulatorActivity() local 126 Intent intent = new Intent(Intent.ACTION_MAIN); in startPrefixPaymentEmulatorActivity() local 139 Intent intent = new Intent(Intent.ACTION_MAIN); in startPrefixPaymentEmulator2Activity() local 152 Intent intent = new Intent(Intent.ACTION_MAIN); in startDualNonPaymentPrefixEmulatorActivity() local 167 Intent intent = new Intent(Intent.ACTION_MAIN); in startOffHostEmulatorActivity() local 181 Intent intent = new Intent(Intent.ACTION_MAIN); in startScreenOnOnlyOffHostEmulatorActivity() local 195 Intent intent = new Intent(Intent.ACTION_MAIN); in startOnAndOffHostEmulatorActivity() local [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/extensions/ |
D | IntentTest.kt | 37 val intent = in testGetSelectionLimitFromIntentActionPickImages() constant 51 val intent = Intent(MediaStore.ACTION_PICK_IMAGES) in testGetSelectionLimitFromIntentActionPickImagesDefault() constant 61 val intent = Intent(Intent.ACTION_GET_CONTENT) in testGetSelectionLimitFromIntentGetContentDefault() constant 71 val intent = in testGetSelectionLimitFromIntentGetContent() constant 82 val intent = Intent(MediaStore.ACTION_PICK_IMAGES) in testGetMimeTypeFromIntentActionPickImages() constant 91 val intent = Intent(MediaStore.ACTION_PICK_IMAGES).apply { setType("*/*") } in testGetMimeTypeFromIntentActionPickImagesWithWildcards() constant 105 val intent = Intent(MediaStore.ACTION_PICK_IMAGES) in testGetInvalidMimeTypeFromIntentActionPickImages() constant 114 val intent = Intent(Intent.ACTION_GET_CONTENT) in testGetMimeTypeFromIntentActionGetContent() constant 124 val intent = Intent(Intent.ACTION_GET_CONTENT) in testGetInvalidMimeTypeFromIntentActionGetContent() constant 134 val intent = Intent(MediaStore.ACTION_PICK_IMAGES) in testGetTypeFromIntent() constant [all …]
|
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/reader/ |
D | NfcReaderDeviceSnippet.java | 58 Intent intent = in startSingleNonPaymentReaderActivity() local 70 Intent intent = in startSinglePaymentReaderActivity() local 82 Intent intent = in startDualPaymentReaderActivity() local 94 Intent intent = in startForegroundPaymentReaderActivity() local 106 Intent intent = in startDynamicAidReaderActivity() local 120 Intent intent = in startPrefixPaymentReaderActivity() local 134 Intent intent = in startPrefixPaymentReader2Activity() local 192 Intent intent = in startDualNonPaymentPrefixReaderActivity() local 202 Intent intent = in startOffHostReaderActivity() local 235 Intent intent = in startOnAndOffHostReaderActivity() local [all …]
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ |
D | ChooseLockGenericTest.java | 193 Intent intent = new Intent().putExtra( in updatePreferencesOrFinish_passwordTypeSetPin_shouldStartChooseLockPassword() local 206 Intent intent = new Intent().putExtra( in updatePreferencesOrFinish_passwordTypeSetPinNotFbe_shouldNotStartChooseLock() local 219 Intent intent = new Intent() in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText() local 235 Intent intent = new Intent() in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText() local 251 Intent intent = new Intent() in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText() local 267 Intent intent = new Intent() in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText() local 381 Intent intent = new Intent().putExtra( in securedScreenLock_notChangingConfig_notWaitForConfirmation_onStopFinishSelf() local 395 Intent intent = new Intent(ACTION_SET_NEW_PASSWORD) in onPreferenceTreeClick_fingerprintPassesMinComplexityInfoOntoNextActivity() local 416 Intent intent = new Intent(ACTION_SET_NEW_PASSWORD) in onPreferenceTreeClick_facePassesMinComplexityInfoOntoNextActivity() local 437 Intent intent = in onSetNewPassword_withTitleAndDescription_displaysPassedTitleAndDescription() local [all …]
|
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/TestApp/src/android/healthconnect/test/app/ |
D | TestAppReceiver.java | 108 public void onReceive(Context context, Intent intent) { in onReceive() 142 private static void insertStepsRecords(Context context, Intent intent) { in insertStepsRecords() 149 private static void insertWeightRecords(Context context, Intent intent) { in insertWeightRecords() 156 private static void insertExerciseRecord(Context context, Intent intent) { in insertExerciseRecord() 164 private static void insertPlannedExerciseRecord(Context context, Intent intent) { in insertPlannedExerciseRecord() 174 private void readStepsRecordsUsingFilters(Context context, Intent intent) { in readStepsRecordsUsingFilters() 188 private void readStepsRecordsUsingIds(Context context, Intent intent) { in readStepsRecordsUsingIds() 202 private void aggregateStepsCount(Context context, Intent intent) { in aggregateStepsCount() 223 private void getChangeLogToken(Context context, Intent intent) { in getChangeLogToken() 244 private void getChangeLogs(Context context, Intent intent) { in getChangeLogs() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/ |
D | PickerViewModelTest.java | 280 Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in test_getRemainingPreGrantedItems_correctItemsLoaded() local 319 Intent intent = new Intent(MediaStore.ACTION_USER_SELECT_IMAGES_FOR_APP); in test_deselectPreGrantedItem_correctRevokeMapMaintained() local 363 Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in test_initialisePreSelectionItems_correctItemsLoaded() local 435 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in test_preSelectionItemsExceedMaxLimit_initialisationOfItemsFails() local 669 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in testParseValuesFromPickImagesIntent_noMimeType_defaultFalse() local 678 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in testParseValuesFromGetContentIntent_noMimeType_defaultFalse() local 688 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in testParseValuesFromIntent_validMimeType() local 698 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in testParseValuesFromPickImagesIntent_validExtraMimeType() local 708 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in testParseValuesFromPickImagesIntent_invalidExtraMimeType() local 721 final Intent intent = new Intent(MediaStore.ACTION_PICK_IMAGES); in testParseValuesFromPickImagesIntent_localOnlyTrue() local [all …]
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
H A D | BleServerService.java | 285 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled() local 290 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure() local 302 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() 327 public IBinder onBind(Intent intent) { in onBind() 374 Intent intent = new Intent(BLE_OPEN_FAIL); in notifyOpenFail() local 382 Intent intent = new Intent(BLE_ADD_SERVICE_FAIL); in notifyAddServiceFail() local 390 Intent intent = new Intent(BLE_ADVERTISE_UNSUPPORTED); in notifyAdvertiseUnsupported() local 399 Intent intent = new Intent(BLE_SERVER_CONNECTED); in notifyConnected() local 408 Intent intent = new Intent(BLE_SERVER_DISCONNECTED); in notifyDisconnected() local 416 Intent intent = new Intent(BLE_SERVICE_ADDED); in notifyServiceAdded() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | BatteryControllerTest.java | 120 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_true() local 124 mBatteryController.onReceive(getContext(), intent); in testIndependentAODBatterySaver_true() local 135 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_false() local 139 mBatteryController.onReceive(getContext(), intent); in testIndependentAODBatterySaver_false() local 221 Intent intent = new Intent(Intent.ACTION_BATTERY_CHANGED); in batteryStateChanged_withChargingSourceDock_isChargingSourceDockTrue() local 225 mBatteryController.onReceive(getContext(), intent); in batteryStateChanged_withChargingSourceDock_isChargingSourceDockTrue() local 232 Intent intent = new Intent(Intent.ACTION_BATTERY_CHANGED); in batteryStateChanged_withChargingSourceNotDock_isChargingSourceDockFalse() local 236 mBatteryController.onReceive(getContext(), intent); in batteryStateChanged_withChargingSourceNotDock_isChargingSourceDockFalse() local 243 Intent intent = new Intent(Intent.ACTION_BATTERY_CHANGED); in batteryStateChanged_chargingStatusNotLongLife_outputsFalse() local 247 mBatteryController.onReceive(getContext(), intent); in batteryStateChanged_chargingStatusNotLongLife_outputsFalse() local [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/uri/ |
H A D | UriGrantsManagerServiceTest.java | 122 final Intent intent = new Intent(Intent.ACTION_VIEW, URI_PHOTO_1).addFlags(FLAG_READ); in testNeeded_normal_sameUser() local 140 final Intent intent = new Intent(Intent.ACTION_VIEW, URI_PHOTO_1).addFlags(FLAG_READ); in testNeeded_normal_differentUser() local 157 final Intent intent = new Intent(Intent.ACTION_VIEW, URI_PUBLIC).addFlags(FLAG_READ); in testNeeded_public() local 171 final Intent intent = new Intent(Intent.ACTION_VIEW, URI_PUBLIC).addFlags(FLAG_READ); in testNeeded_public_differentUser() local 188 final Intent intent = new Intent(Intent.ACTION_VIEW, URI_PRIVATE).addFlags(FLAG_READ); in testNeeded_private() local 203 final Intent intent = new Intent(Intent.ACTION_VIEW, URI_FORCE) in testNeeded_force() local 218 final Intent intent = new Intent(Intent.ACTION_VIEW, uri) in testNeeded_complex_top() local 224 final Intent intent = new Intent(Intent.ACTION_VIEW, uri) in testNeeded_complex_top() local 234 final Intent intent = new Intent(Intent.ACTION_VIEW, uri) in testNeeded_complex_top() local 254 final Intent intent = new Intent(Intent.ACTION_VIEW, uri) in testNeeded_complex_top_differentUser() local [all …]
|