Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java3044 private final PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation
3055 mReplyPendingIntent = replyPendingIntent; in UnreadConversation()
3083 return mReplyPendingIntent; in getReplyPendingIntent()
3141 private PendingIntent mReplyPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation.Builder
3180 mReplyPendingIntent = pendingIntent; in setReplyAction()
3221 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()