Home
last modified time | relevance | path

Searched refs:getActionIntent (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DRecoverableSecurityException.java119 .setContentIntent(mUserAction.getActionIntent()) in showAsNotification()
121 nm.notify(TAG, mUserAction.getActionIntent().getCreatorUid(), builder.build()); in showAsNotification()
146 final String tag = TAG + "_" + mUserAction.getActionIntent().getCreatorUid(); in showAsDialog()
172 e.mUserAction.getActionIntent().send(); in onCreateDialog()
H A DRemoteAction.java118 public @NonNull PendingIntent getActionIntent() { in getActionIntent() method in RemoteAction
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipCustomAction.java67 return mRemoteAction.getActionIntent(); in getPendingIntent()
73 mRemoteAction.getActionIntent().send(); in executeAction()
85 mRemoteAction.getActionIntent()); in toNotificationAction()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DExtrasUtils.java60 public static Intent getActionIntent(Bundle container) { in getActionIntent() method in ExtrasUtils
H A DTextClassification.java780 mLegacyOnClickListener = createIntentOnClickListener(mActions.get(0).getActionIntent());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayUtils.java73 ComponentName component = remoteAction.getActionIntent().getIntent().getComponent(); in getAction()
H A DClipboardOverlayView.java459 chip.setPendingIntent(action.getActionIntent(), onFinish); in constructActionChip()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassificationTest.java122 assertEquals(primaryPendingIntent, primaryAction.getActionIntent()); in testParcel()
128 assertEquals(secondaryPendingIntent, secondaryAction.getActionIntent()); in testParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java515 mCloseAction.getActionIntent(), action.getActionIntent()); in updateActionViews()
535 v -> onActionViewClicked(action.getActionIntent(), isCloseAction)); in updateActionViews()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayUtilsTest.java203 when(action.getActionIntent().getIntent().getComponent().getPackageName()) in constructRemoteAction()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DSystemActionPerformer.java264 registeredAction.getActionIntent().send(); in performSystemAction()
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java1339 action.getActionIntent()); in validAction()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4493 TextClassification.createIntentOnClickListener(action.getActionIntent())); in addAssistMenuItem()
8093 TextClassification.createIntentOnClickListener(pair.second.getActionIntent()) in performAccessibilityAction()
H A DTextView.java14932 classification.getActions().get(0).getActionIntent().send(); in handleClick()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2524 HSPLandroid/app/RemoteAction;->getActionIntent()Landroid/app/PendingIntent;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2524 HSPLandroid/app/RemoteAction;->getActionIntent()Landroid/app/PendingIntent;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7073 method @NonNull public android.app.PendingIntent getActionIntent();