Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt195 pair.second.actionIntent?.let { actionIntent -> in inflateSmartReplyState() method
/frameworks/base/core/java/android/app/
DNotification.java1726 public PendingIntent actionIntent; field in Notification.Action