Home
last modified time | relevance | path

Searched refs:actionIntent (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java194 && remoteInputActionPair.second.actionIntent != null; in chooseSmartRepliesAndActions()
205 remoteInputActionPair.second.actionIntent, in chooseSmartRepliesAndActions()
217 && freeformRemoteInputActionPair.second.actionIntent != null; in chooseSmartRepliesAndActions()
222 freeformRemoteInputActionPair.second.actionIntent, in chooseSmartRepliesAndActions()
255 if (action.actionIntent == null) continue; in filterWhiteListedLockTaskApps()
256 Intent intent = action.actionIntent.getIntent(); in filterWhiteListedLockTaskApps()
DRemoteInputView.java435 if (a.actionIntent == null || inputs == null) { in updatePendingIntentFromActions()
438 Intent candidate = a.actionIntent.getIntent(); in updatePendingIntentFromActions()
452 setPendingIntent(a.actionIntent); in updatePendingIntentFromActions()
DSmartReplyView.java247 if (action.actionIntent != null) { in inflateSmartActions()
352 action.actionIntent, in inflateActionButton()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java192 Intent intent = action.actionIntent.getIntent(); in testNotificationActionExtras()
193 Intent actionIntent = intent.getParcelableExtra(GlobalScreenshot.EXTRA_ACTION_INTENT); in testNotificationActionExtras() local
200 } else if (Intent.ACTION_EDIT.equals(actionIntent.getAction())) { in testNotificationActionExtras()
202 } else if (Intent.ACTION_CHOOSER.equals(actionIntent.getAction())) { in testNotificationActionExtras()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java98 if (!Objects.equals(firstAction.actionIntent, secondAction.actionIntent)) { in areDifferent()
DNotificationRemoteInputManager.java166 private void logActionClick(View view, PendingIntent actionIntent) {
199 if (!Objects.equals(action.actionIntent, actionIntent)) {
/frameworks/base/core/java/android/view/textclassifier/
DExtrasUtils.java157 public static void putActionIntent(Bundle container, @Nullable Intent actionIntent) { in putActionIntent() argument
158 container.putParcelable(ACTION_INTENT, actionIntent); in putActionIntent()
DActionsSuggestionsHelper.java205 Intent actionIntent = ExtrasUtils.getActionIntent(conversationAction.getExtras());
206 ComponentName componentName = actionIntent.getComponent();
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java275 GlobalScreenshot.EXTRA_ACTION_INTENT, action.actionIntent); in buildSmartActions()
1139 Intent actionIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive() local
1156 context.startActivityAsUser(actionIntent, opts.toBundle(), UserHandle.CURRENT); in onReceive()
1163 String actionType = Intent.ACTION_EDIT.equals(actionIntent.getAction()) in onReceive()
1214 Intent actionIntent = pendingIntent.getIntent(); in onReceive() local
1216 Slog.d(TAG, "Executing smart action [" + actionType + "]:" + actionIntent); in onReceive()
1218 context.startActivityAsUser(actionIntent, opts.toBundle(), in onReceive()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierTest.java494 Intent actionIntent = ExtrasUtils.getActionIntent(conversationAction.getExtras()); in testSuggestConversationActions_openUrl() local
495 Truth.assertThat(actionIntent.getAction()).isEqualTo(Intent.ACTION_VIEW); in testSuggestConversationActions_openUrl()
496 Truth.assertThat(actionIntent.getData()).isEqualTo(Uri.parse("https://www.android.com")); in testSuggestConversationActions_openUrl()
/frameworks/base/core/java/android/app/
DNotification.java1478 public PendingIntent actionIntent; field in Notification.Action
1489 actionIntent = PendingIntent.CREATOR.createFromParcel(in); in Action()
1516 this.actionIntent = intent; in Action()
1631 this(action.getIcon(), action.title, action.actionIntent, in Builder()
1804 actionIntent, // safe to alias in clone()
1827 if (actionIntent != null) { in writeToParcel()
1829 actionIntent.writeToParcel(out, flags); in writeToParcel()
4992 contentView.setOnClickPendingIntent(R.id.reply_icon_action, action.actionIntent); in bindReplyIcon()
5281 if (TextUtils.isEmpty(action.title) || action.actionIntent == null) { in hasValidRemoteInput()
5543 final boolean tombstone = (action.actionIntent == null); in generateActionButton()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java499 action.actionIntent == null ? "null" : action.actionIntent.toString() in dump()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4662 field public android.app.PendingIntent actionIntent;
/frameworks/base/non-updatable-api/
Dcurrent.txt5434 field public android.app.PendingIntent actionIntent;
/frameworks/base/api/
Dcurrent.txt5434 field public android.app.PendingIntent actionIntent;