Searched refs:actionIntent (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java407 if (a.actionIntent == null || inputs == null) {
410 Intent candidate = a.actionIntent.getIntent();
424 setPendingIntent(a.actionIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java900 Intent actionIntent = intent.getParcelableExtra(SHARING_INTENT);
904 if (actionIntent.getAction() == Intent.ACTION_EDIT &&
906 actionIntent.setComponent(ComponentName.unflattenFromString(editorPackage));
914 actionIntent = Intent.createChooser(actionIntent, null,
922 context.startActivityAsUser(actionIntent, opts.toBundle(), UserHandle.CURRENT);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatJellybean.java46 private static final String KEY_ACTION_INTENT = "actionIntent";
122 PendingIntent actionIntent, Bundle extras) {
134 return new NotificationCompat.Action(icon, title, actionIntent, extras, remoteInputs,
216 sActionIntentField = sActionClass.getDeclaredField("actionIntent");
121 readAction(int icon, CharSequence title, PendingIntent actionIntent, Bundle extras) argument
H A DNotificationCompat.java2987 final boolean tombstone = (action.actionIntent == null);
2996 button.setOnClickPendingIntent(R.id.action_container, action.actionIntent);
3112 public PendingIntent actionIntent; field in class:NotificationCompat.Action
3124 this.actionIntent = intent;
3142 return actionIntent;
3231 this(action.icon, action.title, action.actionIntent, new Bundle(action.mExtras),
3387 * R.drawable.archive_all, "Archive all", actionIntent)
5039 action.actionIntent, actionExtras);
5083 return new Action(action.icon, action.title, action.actionIntent,
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java471 action.actionIntent == null ? "null" : action.actionIntent.toString()
/frameworks/base/core/java/android/app/
H A DNotification.java1431 public PendingIntent actionIntent; field in class:Notification.Action
1442 actionIntent = PendingIntent.CREATOR.createFromParcel(in);
1468 this.actionIntent = intent;
1572 this(action.getIcon(), action.title, action.actionIntent,
1707 actionIntent, // safe to alias
1729 if (actionIntent != null) {
1731 actionIntent.writeToParcel(out, flags);
1773 * R.drawable.archive_all, "Archive all", actionIntent)
4677 contentView.setOnClickPendingIntent(R.id.reply_icon_action, action.actionIntent);
4949 if (TextUtils.isEmpty(action.title) || action.actionIntent
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1244 pendingIntentWithChoices = a.actionIntent;

Completed in 206 milliseconds