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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java123 jbBuilder.addAction(action.icon, action.title, action.actionIntent);
822 public PendingIntent actionIntent; field in class:NotificationCompat.Action
827 this.actionIntent = intent_;
/frameworks/base/core/java/android/app/
H A DNotification.java602 public PendingIntent actionIntent; field in class:Notification.Action
609 actionIntent = PendingIntent.CREATOR.createFromParcel(in);
618 this.actionIntent = intent;
626 this.actionIntent // safe to alias
637 if (actionIntent != null) {
639 actionIntent.writeToParcel(out, flags);
1777 final boolean tombstone = (action.actionIntent == null);
1784 button.setOnClickPendingIntent(R.id.action0, action.actionIntent);
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java956 action.actionIntent.toString()

Completed in 40 milliseconds