Searched refs:mReplyPendingIntent (Results 1 – 2 of 2) sorted by relevance
12803 private final PendingIntent mReplyPendingIntent; field in Notification.Builder.CarExtender.UnreadConversation12814 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()12839 return mReplyPendingIntent; in getReplyPendingIntent()12888 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent); in getBundleForUnreadConversation()12949 private PendingIntent mReplyPendingIntent; field in Notification.Builder.CarExtender.Builder12988 mReplyPendingIntent = pendingIntent; in setReplyAction()13029 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
7708 Landroid/app/Notification$CarExtender$Builder;->mReplyPendingIntent:Landroid/app/PendingIntent;7725 Landroid/app/Notification$CarExtender$UnreadConversation;->mReplyPendingIntent:Landroid/app/Pending…