Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java10416 private final PendingIntent mReplyPendingIntent; field in Notification.Builder.CarExtender.UnreadConversation
10427 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()
10452 return mReplyPendingIntent; in getReplyPendingIntent()
10501 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()
10561 private PendingIntent mReplyPendingIntent; field in Notification.Builder.CarExtender.Builder
10600 mReplyPendingIntent = pendingIntent; in setReplyAction()
10641 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()