Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java193 && remoteInputActionPair.second.actionIntent != null; in chooseSmartRepliesAndActions()
204 remoteInputActionPair.second.actionIntent, in chooseSmartRepliesAndActions()
216 && freeformRemoteInputActionPair.second.actionIntent != null; in chooseSmartRepliesAndActions()
221 freeformRemoteInputActionPair.second.actionIntent, in chooseSmartRepliesAndActions()
254 if (action.actionIntent == null) continue; in filterWhiteListedLockTaskApps()
255 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.java245 if (action.actionIntent != null) { in inflateSmartActions()
347 action.actionIntent, in inflateActionButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java98 if (!Objects.equals(firstAction.actionIntent, secondAction.actionIntent)) { in areDifferent()
DNotificationRemoteInputManager.java164 private void logActionClick(View view, PendingIntent actionIntent) {
197 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/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.java1471 public PendingIntent actionIntent; field in Notification.Action
1482 actionIntent = PendingIntent.CREATOR.createFromParcel(in); in Action()
1509 this.actionIntent = intent; in Action()
1624 this(action.getIcon(), action.title, action.actionIntent, in Builder()
1797 actionIntent, // safe to alias in clone()
1820 if (actionIntent != null) { in writeToParcel()
1822 actionIntent.writeToParcel(out, flags); in writeToParcel()
4984 contentView.setOnClickPendingIntent(R.id.reply_icon_action, action.actionIntent); in bindReplyIcon()
5273 if (TextUtils.isEmpty(action.title) || action.actionIntent == null) { in hasValidRemoteInput()
5543 final boolean tombstone = (action.actionIntent == null); in generateActionButton()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java926 Intent actionIntent = intent.getParcelableExtra(EXTRA_ACTION_INTENT); in onReceive()
933 context.startActivityAsUser(actionIntent, opts.toBundle(), UserHandle.CURRENT); in onReceive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java507 action.actionIntent == null ? "null" : action.actionIntent.toString() in dump()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...