Searched refs:mReplyPendingIntent (Results 1 – 2 of 2) sorted by relevance
3876 private final PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation3887 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()3915 return mReplyPendingIntent; in getReplyPendingIntent()3972 private PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation.Builder4011 mReplyPendingIntent = pendingIntent; in setReplyAction()4052 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
6663 private final PendingIntent mReplyPendingIntent; field in Notification.CarExtender.UnreadConversation6674 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()6699 return mReplyPendingIntent; in getReplyPendingIntent()6748 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()6808 private PendingIntent mReplyPendingIntent; field in Notification.CarExtender.Builder6847 mReplyPendingIntent = pendingIntent; in setReplyAction()6888 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()