Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java448 public PendingIntent actionIntent; field in Notification.Action
455 actionIntent = PendingIntent.CREATOR.createFromParcel(in); in Action()
461 this.actionIntent = intent_; in Action()
468 this.actionIntent // safe to alias in clone()
479 if (actionIntent != null) { in writeToParcel()
481 actionIntent.writeToParcel(out, flags); in writeToParcel()
1530 final boolean tombstone = (action.actionIntent == null); in generateActionButton()
1537 button.setOnClickPendingIntent(R.id.action0, action.actionIntent); in generateActionButton()