Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java4075 private final PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation
4086 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()
4114 return mReplyPendingIntent; in getReplyPendingIntent()
4171 private PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation.Builder
4210 mReplyPendingIntent = pendingIntent; in setReplyAction()
4251 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()