Home | History | Annotate | Download | only in app

Lines Matching refs:actionIntent

1241         public PendingIntent actionIntent;
1252 actionIntent = PendingIntent.CREATOR.createFromParcel(in);
1275 this.actionIntent = intent;
1368 this(action.getIcon(), action.title, action.actionIntent,
1488 actionIntent, // safe to alias
1507 if (actionIntent != null) {
1509 actionIntent.writeToParcel(out, flags);
1549 * R.drawable.archive_all, "Archive all", actionIntent)
4280 if (TextUtils.isEmpty(action.title) || action.actionIntent == null) {
4545 final boolean tombstone = (action.actionIntent == null);
4551 button.setOnClickPendingIntent(R.id.action0, action.actionIntent);
6541 final boolean tombstone = (action.actionIntent == null);
6548 button.setOnClickPendingIntent(R.id.action0, action.actionIntent);