Searched defs:mReplyPendingIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4810 private final PendingIntent mReplyPendingIntent; field in class:NotificationCompat.CarExtender.UnreadConversation
4821 mReplyPendingIntent = replyPendingIntent;
4846 return mReplyPendingIntent;
4886 private PendingIntent mReplyPendingIntent; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
4925 mReplyPendingIntent = pendingIntent;
4966 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,
/frameworks/base/core/java/android/app/
H A DNotification.java9177 private final PendingIntent mReplyPendingIntent; field in class:Notification.CarExtender.UnreadConversation
9188 mReplyPendingIntent = replyPendingIntent;
9213 return mReplyPendingIntent;
9262 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent);
9322 private PendingIntent mReplyPendingIntent; field in class:Notification.CarExtender.Builder
9361 mReplyPendingIntent = pendingIntent;
9402 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,

Completed in 69 milliseconds