Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3876 private final PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation
3887 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()
3915 return mReplyPendingIntent; in getReplyPendingIntent()
3972 private PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation.Builder
4011 mReplyPendingIntent = pendingIntent; in setReplyAction()
4052 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
/frameworks/base/core/java/android/app/
DNotification.java6663 private final PendingIntent mReplyPendingIntent; field in Notification.CarExtender.UnreadConversation
6674 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.Builder
6847 mReplyPendingIntent = pendingIntent; in setReplyAction()
6888 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()