Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt196 val actionIntent = a.actionIntent ?: continue in onSendRemoteInput() constant
DSmartReplyStateInflater.kt195 pair.second.actionIntent?.let { actionIntent -> in inflateSmartReplyState() method
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java641 PendingIntent actionIntent = PendingIntent.getBroadcast(mContext, sensor, in showSensorUseReminderNotification() local
/frameworks/base/core/java/android/app/
DNotification.java1761 public PendingIntent actionIntent; field in Notification.Action