/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86LegalizerInfo.cpp | 117 setAction({G_IMPLICIT_DEF, Ty}, Legal); in setLegalizerInfo32bit() 120 setAction({G_PHI, Ty}, Legal); in setLegalizerInfo32bit() 124 setAction({BinOp, Ty}, Legal); in setLegalizerInfo32bit() 127 setAction({Op, s32}, Legal); in setLegalizerInfo32bit() 128 setAction({Op, 1, s1}, Legal); in setLegalizerInfo32bit() 133 setAction({MemOp, Ty}, Legal); in setLegalizerInfo32bit() 136 setAction({MemOp, 1, p0}, Legal); in setLegalizerInfo32bit() 140 setAction({G_FRAME_INDEX, p0}, Legal); in setLegalizerInfo32bit() 141 setAction({G_GLOBAL_VALUE, p0}, Legal); in setLegalizerInfo32bit() 143 setAction({G_PTR_ADD, p0}, Legal); in setLegalizerInfo32bit() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86LegalizerInfo.cpp | 117 LegacyInfo.setAction({G_IMPLICIT_DEF, Ty}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 120 LegacyInfo.setAction({G_PHI, Ty}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 124 LegacyInfo.setAction({BinOp, Ty}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 127 LegacyInfo.setAction({Op, s32}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 128 LegacyInfo.setAction({Op, 1, s1}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 133 LegacyInfo.setAction({MemOp, Ty}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 136 LegacyInfo.setAction({MemOp, 1, p0}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 140 LegacyInfo.setAction({G_FRAME_INDEX, p0}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 141 LegacyInfo.setAction({G_GLOBAL_VALUE, p0}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() 143 LegacyInfo.setAction({G_PTR_ADD, p0}, LegacyLegalizeActions::Legal); in setLegalizerInfo32bit() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | UiStatsLogger.java | 140 uiStats.setAction( in logNotificationDisplayed() 152 uiStats.setAction( in logLandingPageMoreButtonClicked() 164 uiStats.setAction( in logLandingPageAdditionalInfoClicked() 176 uiStats.setAction( in logLandingPageScrolled() 188 uiStats.setAction( in logLandingPageScrolledToBottom() 200 uiStats.setAction( in logLandingPageSettingsButtonClicked() 212 uiStats.setAction( in logLandingPageDismissed() 224 uiStats.setAction( in logLandingPageGotItButtonClicked() 236 uiStats.setAction( in logLandingPageOptIn() 248 uiStats.setAction( in logLandingPageOptOut() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/update/ |
H A D | UpdateExpressionTest.java | 32 private static final SetAction setAction = SetAction.builder() field in UpdateExpressionTest 70 .addAction(setAction) in build_maximal_single() 75 assertThat(updateExpression.setActions()).containsExactly(setAction); in build_maximal_single() 83 … .actions(removeAction, setAction, deleteAction, addAction) in build_maximal_plural() 87 assertThat(updateExpression.setActions()).containsExactly(setAction); in build_maximal_plural() 97 … .actions(setAction, deleteAction, addAction) in build_plural_is_not_additive() 101 assertThat(updateExpression.setActions()).containsExactly(setAction); in build_plural_is_not_additive() 116 … .actions(removeAction, setAction, deleteAction, addAction) in merge_null_expression() 120 assertThat(result.setActions()).containsExactly(setAction); in merge_null_expression() 128 … .actions(removeAction, setAction, deleteAction, addAction) in merge_empty_expression() [all …]
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
H A D | ConfigUpdateIntentsTest.java | 85 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_PINS); in testConfigUpdateReceiversIntent() 89 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_INTENT_FIREWALL); in testConfigUpdateReceiversIntent() 93 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_SMS_SHORT_CODES); in testConfigUpdateReceiversIntent() 97 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_CARRIER_PROVISIONING_URLS); in testConfigUpdateReceiversIntent() 101 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_CT_LOGS); in testConfigUpdateReceiversIntent() 105 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_LANG_ID); in testConfigUpdateReceiversIntent() 109 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_SMART_SELECTION); in testConfigUpdateReceiversIntent() 113 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_CONVERSATION_ACTIONS); in testConfigUpdateReceiversIntent() 117 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_NETWORK_WATCHLIST); in testConfigUpdateReceiversIntent() 121 configUpdateIntent.setAction(ConfigUpdate.ACTION_UPDATE_CARRIER_ID_DB); in testConfigUpdateReceiversIntent() [all …]
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
H A D | VirtualStylusMotionEventTest.kt | 40 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in parcelAndUnparcel_matches() 98 .setAction(100) in stylusMotionEvent_invalidAction_throwsIae() 109 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_invalidToolType_throwsIae() 122 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_noX_throwsIae() 133 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_noY_throwsIae() 144 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_invalidEventTime_throwsIae() 157 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_invalidPressure_throwsIae() 166 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_invalidPressure_throwsIae() 179 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_invalidTiltX_throwsIae() 188 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in stylusMotionEvent_invalidTiltX_throwsIae() [all …]
|
H A D | VirtualTouchEventTest.kt | 39 .setAction(VirtualTouchEvent.ACTION_DOWN) in parcelAndUnparcel_matches() 98 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noPointerId_throwsIae() 110 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noToolType_throwsIae() 122 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noX_throwsIae() 134 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noY_throwsIae() 146 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_invalidEventTime_throwsIae() 160 .setAction(VirtualTouchEvent.ACTION_CANCEL) in touchEvent_cancelUsedImproperly_throwsIae() 173 .setAction(VirtualTouchEvent.ACTION_MOVE) in touchEvent_palmUsedImproperly_throwsIae() 190 .setAction(VirtualTouchEvent.ACTION_CANCEL) in touchEvent_palmAndCancelUsedProperly() 220 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_valid_created() [all …]
|
H A D | VirtualDeviceMirrorDisplayTest.kt | 237 .setAction(VirtualMouseButtonEvent.ACTION_BUTTON_PRESS) in virtualMouse_buttonEvent() 243 .setAction(VirtualMouseButtonEvent.ACTION_BUTTON_RELEASE) in virtualMouse_buttonEvent() 318 .setAction(VirtualTouchEvent.ACTION_DOWN) in virtualTouchscreen_touchEvent() 346 builder.setAction(VirtualTouchEvent.ACTION_MOVE) in virtualTouchscreen_touchEvent() 366 .setAction(VirtualTouchEvent.ACTION_UP) in virtualTouchscreen_touchEvent() 395 .setAction(VirtualKeyEvent.ACTION_DOWN) in virtualKeyboard_keyEvent() 401 .setAction(VirtualKeyEvent.ACTION_UP) in virtualKeyboard_keyEvent() 429 .setAction(VirtualKeyEvent.ACTION_DOWN) in virtualDpad_keyEvent() 435 .setAction(VirtualKeyEvent.ACTION_UP) in virtualDpad_keyEvent() 441 .setAction(VirtualKeyEvent.ACTION_DOWN) in virtualDpad_keyEvent() [all …]
|
H A D | VirtualDpadTest.kt | 48 .setAction(VirtualKeyEvent.ACTION_DOWN) in sendKeyEvent() 54 .setAction(VirtualKeyEvent.ACTION_UP) in sendKeyEvent() 60 .setAction(VirtualKeyEvent.ACTION_DOWN) in sendKeyEvent() 66 .setAction(VirtualKeyEvent.ACTION_UP) in sendKeyEvent() 97 .setAction(VirtualKeyEvent.ACTION_DOWN) in rejectsUnsupportedKeyCodes()
|
H A D | VirtualStylusTest.kt | 66 .setAction(VirtualStylusMotionEvent.ACTION_DOWN) in sendTouchEvents() 82 builder.setAction(VirtualStylusMotionEvent.ACTION_MOVE) in sendTouchEvents() 101 .setAction(VirtualStylusMotionEvent.ACTION_UP) in sendTouchEvents() 354 .setAction(VirtualStylusButtonEvent.ACTION_BUTTON_PRESS) in stylusButtonPressRelease_withoutHoverOrTouch() 360 .setAction(VirtualStylusButtonEvent.ACTION_BUTTON_RELEASE) in stylusButtonPressRelease_withoutHoverOrTouch() 470 .setAction(VirtualStylusButtonEvent.ACTION_BUTTON_PRESS) in moveStylusWithButtonPressed() 480 .setAction(VirtualStylusButtonEvent.ACTION_BUTTON_RELEASE) in moveStylusWithButtonPressed() 497 .setAction(action) in sendMotionEvent()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | IntentForwarderActivityTest.java | 169 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_sendIntent() 209 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_cannotForward_sendIntent() 230 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_noManagedProfile_sendIntent() 248 intent.setAction(Intent.ACTION_CHOOSER); in launchInSameProfile_chooserIntent() 323 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_notWhitelisted() 338 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_withResolverActivity() 351 .setAction(Intent.ACTION_CALL); in shouldSkipDisclosure_callIntent_call() 363 .setAction(Intent.ACTION_CALL_PRIVILEGED); in shouldSkipDisclosure_callIntent_callPrivileged() 375 .setAction(Intent.ACTION_CALL_EMERGENCY); in shouldSkipDisclosure_callIntent_callEmergency() 387 .setAction(Intent.ACTION_DIAL); in shouldSkipDisclosure_callIntent_dial() [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | SubActivityScreen.java | 52 res.setAction("test"); in onCreate() 85 setResult(RESULT_CANCELED, (new Intent()).setAction("Interrupted!")); in onResume() 97 res.setAction("test"); in onResume() 122 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 129 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 132 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 135 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 138 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 144 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult()
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/ |
H A D | IntentTest.java | 137 intent.setAction(TEST_ACTION); in testConstructor() 182 mIntent.setAction(TEST_ACTION); in testReadFromParcel() 792 mIntent.setAction(TEST_ACTION); in testAccessAction() 842 mIntent.setAction(TEST_ACTION); in testClone() 872 mIntent.setAction(TEST_ACTION); in testCloneFilter() 1058 mIntent.setAction(TEST_ACTION); in testGetIntent() 1156 mIntent.setAction(TEST_ACTION); in testToURI() 1231 new Intent().setAction("android.test.FOO")); in testUris() 1235 new Intent().setAction(Intent.ACTION_VIEW).addCategory("android.test.FOO")); in testUris() 1239 new Intent().setAction("android.test.FOO").setFlags(0x20)); in testUris() [all …]
|
/aosp_15_r20/frameworks/base/tests/Input/src/android/hardware/input/ |
H A D | VirtualTouchEventTest.java | 49 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noPointerId() 59 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noToolType() 69 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noX() 80 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_noY() 90 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_created() 108 .setAction(VirtualTouchEvent.ACTION_DOWN) in touchEvent_created_withPressureAndAxis() 131 .setAction(VirtualTouchEvent.ACTION_CANCEL) in touchEvent_cancelUsedImproperly() 148 .setAction(VirtualTouchEvent.ACTION_MOVE) in touchEvent_palmUsedImproperly() 159 .setAction(VirtualTouchEvent.ACTION_CANCEL) in touchEvent_palmAndCancelUsedProperly()
|
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/ |
D | SafetySourceBroadcastReceiverTest.java | 89 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsDisabled_doesNotSetData() 122 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNullSourceIds_doesNotSetData() 136 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoSourceIds_doesNotSetData() 151 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_whenSafetyCenterIsEnabled_withNoBroadcastId_doesNotSetData() 167 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_setsRefreshEvent() 190 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withLockscreenSourceId_setsLockscreenData() 209 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withBiometricsSourceId_setsBiometricData() 232 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withPrivateSpaceSourceId_setsPrivateSpaceData() 255 .setAction(ACTION_REFRESH_SAFETY_SOURCES) in onReceive_onRefresh_withPrivateSpaceFeatureDisabled_setsNullData() 272 Intent intent = new Intent().setAction(Intent.ACTION_BOOT_COMPLETED); in onReceive_onBootCompleted_setsBootCompleteEvent() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/internal/update/ |
H A D | UpdateExpressionConverterTest.java | 160 …UpdateExpression updateExpression = createUpdateExpression(setAction("attribute1", string("val1"),… in convert_setAction_single() 169 …UpdateExpression updateExpression = createUpdateExpression(setAction("attribute1", string("val1"),… in convert_setActions() 170 … setAction("attribute2", string("val2"), null, VALUE_TOKEN)); in convert_setActions() 184 …UpdateExpression updateExpression = createUpdateExpression(setAction("attribute1", string("val1"),… in convert_setActions_uniqueNameTokens() 185 … setAction("attribute2", string("val2"), KEY_TOKEN, VALUE_TOKEN)); in convert_setActions_uniqueNameTokens() 353 … setAction("attribute4", string("val4"), null, VALUE_TOKEN), in convert_mixedActions() 355 … setAction("attribute6", string("val6"), null, VALUE_TOKEN), in convert_mixedActions() 376 … setAction("attribute4", string("val4"), KEY_TOKEN, VALUE_TOKEN), in convert_mixedActions_uniqueNameTokens() 378 … setAction("attribute6", string("val6"), KEY_TOKEN, VALUE_TOKEN), in convert_mixedActions_uniqueNameTokens() 416 … setAction("attribute4", string("val4"), null, VALUE_TOKEN)); in findAttributeNames_noComposedNames_noTokens() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/ |
H A D | AndroidComponentAddressTest.java | 56 .setAction("foo") in testAsBindIntent() 106 new Intent().setAction("custom-action").setComponent(hostComponent))) in testEquality() 110 .setAction("custom-action") in testEquality() 122 new Intent().setAction("action").setComponent(new ComponentName("pkg", "cls"))), in testPackageFilterEquality30AndUp() 125 .setAction("action") in testPackageFilterEquality30AndUp() 137 new Intent().setAction("action").setComponent(new ComponentName("pkg", "cls")))) in testPackageFilterEqualityPre30() 141 .setAction("action") in testPackageFilterEqualityPre30()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 119 intent.setAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onReceive_withActionDeviceSelected_callsStartTransfer() 142 intent.setAction(Constants.ACTION_INCOMING_FILE_CONFIRM); in onReceive_withActionIncomingFileConfirm_startsIncomingFileConfirmActivity() 156 intent.setAction(Constants.ACTION_ACCEPT); in onReceive_withActionAccept_updatesContents() 176 intent.setAction(Constants.ACTION_DECLINE); in onReceive_withActionDecline_updatesContents() 199 intent.setAction(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity() 221 intent.setAction(Constants.ACTION_OPEN_INBOUND_TRANSFER); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity() 259 intent.setAction(Constants.ACTION_HIDE); in onReceive_withActionHide_contentUpdate() 279 intent.setAction(Constants.ACTION_COMPLETE_HIDE); in onReceive_withActionCompleteHide_makeAllVisibilityHidden() 298 intent.setAction(Constants.ACTION_HIDE_COMPLETED_INBOUND_TRANSFER); in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden() 317 intent.setAction(Constants.ACTION_HIDE_COMPLETED_OUTBOUND_TRANSFER); in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden() [all …]
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | SaferIntentTest.java | 319 intent.setAction(RESOLUTION_TEST_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 331 intent.setAction(NON_EXISTENT_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 345 intent.setAction(RESOLUTION_TEST_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 363 intent.setAction(NON_EXISTENT_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 381 intent.setAction(RESOLUTION_TEST_ACTION_NAME + "2"); in testQueryEnforceIntentFilterMatch() 409 intent.setAction(NON_EXISTENT_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 431 selector.setAction(SELECTOR_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 432 intent.setAction(RESOLUTION_TEST_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 444 selector.setAction(NON_EXISTENT_ACTION_NAME); in testQueryEnforceIntentFilterMatch() 445 intent.setAction(RESOLUTION_TEST_ACTION_NAME); in testQueryEnforceIntentFilterMatch() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/ |
D | ConfigurationManagerTest.kt | 322 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsSelectionLimit() 359 val intent = Intent().setAction(MediaStore.ACTION_PICK_IMAGES).setType("image/png") in testSetIntentSetsMimeTypesSetType() 394 val intent = Intent().setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsMimeTypesSetExtrasBundle() 433 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsMimeTypesSetExtrasIntent() 472 val intent = Intent().setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsMimeTypesPreventsUnsupportedMimeTypes() 500 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsPickImagesInOrder() 547 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsPickImagesPreSelectionUris() 587 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsAlbumStartDestination() 629 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsPhotoStartDestination() 671 .setAction(MediaStore.ACTION_PICK_IMAGES) in testSetIntentSetsDefaultStartDestinationForUnknownValue() [all …]
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerService.kt | 146 .setAction(ACTION_TIMER_EXPIRED) in createTimerExpiredIntent() 152 .setAction(ACTION_RESET_EXPIRED_TIMERS) in createResetExpiredTimersIntent() 157 .setAction(ACTION_RESET_UNEXPIRED_TIMERS) in createResetUnexpiredTimersIntent() 162 .setAction(ACTION_RESET_MISSED_TIMERS) in createResetMissedTimersIntent() 167 .setAction(ACTION_ADD_MINUTE_TIMER) in createAddMinuteTimerIntent() 173 .setAction(ACTION_UPDATE_NOTIFICATION) in createUpdateNotificationIntent()
|
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ReviewNotificationPermissionsReceiverTest.java | 77 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_REMIND); in testReceive_remindMeLater_firstTime() 101 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_REMIND); in testReceive_remindMeLater_laterTimes() 126 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS); in testReceive_dismiss() 147 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in testReceive_notificationCanceled_firstSwipe() 171 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in testReceive_notificationCanceled_secondSwipe() 195 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in testReceive_notificationCanceled_fromDismiss()
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
H A D | Utils.java | 86 intent.setAction(action); in grantClipUriPermission() 93 intent.setAction(ACTION_GRANT_URI); in grantClipUriPermissionViaContext() 102 intent.setAction(ACTION_REVOKE_URI); in revokeClipUriPermissionViaContext() 110 intent.setAction(ACTION_SET_PRIMARY_CLIP); in setPrimaryClip() 117 intent.setAction(ACTION_CLEAR_PRIMARY_CLIP); in clearPrimaryClip() 123 intent.setAction(ACTION_VERIFY_OUTGOING_PERSISTED); in verifyOutgoingPersisted()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/ |
D | UsbConnectionBroadcastReceiverTest.java | 66 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConnected_invokeCallback() 79 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbDisconnected_invokeCallback() 92 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConnectedMtpEnabled_invokeCallback() 107 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConnectedNcmEnabled_invokesCallback() 122 intent.setAction(UsbManager.ACTION_USB_PORT_CHANGED); in onReceive_usbPortStatus_invokesCallback() 138 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConfiguredIsFalse_invokesCallback()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogNotificationsService.java | 87 serviceIntent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in markAllNewVoicemailsAsOld() 102 intent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in createMarkAllNewVoicemailsAsOldIntent() 109 intent.setAction(CallLogNotificationsService.ACTION_MARK_SINGLE_NEW_VOICEMAIL_AS_OLD); in createMarkSingleNewVoicemailAsOldIntent() 116 intent.setAction(ACTION_CANCEL_ALL_MISSED_CALLS); in createCancelAllMissedCallsPendingIntent() 123 intent.setAction(ACTION_CANCEL_SINGLE_MISSED_CALL); in createCancelSingleMissedCallPendingIntent() 131 intent.setAction(ACTION_LEGACY_VOICEMAIL_DISMISSED); in createLegacyVoicemailDismissedPendingIntent()
|