Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java898 final PendingIntent replyPendingIntent = UIIntents.get() in addWearableVoiceReplyAction() local
907 context.getString(replyLabelRes), replyPendingIntent); in addWearableVoiceReplyAction()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java11569 PendingIntent replyPendingIntent, PendingIntent readPendingIntent, in UnreadConversation() argument
11574 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()