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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4347 private final PendingIntent mReplyPendingIntent; field in class:NotificationCompat.CarExtender.UnreadConversation
4358 mReplyPendingIntent = replyPendingIntent;
4383 return mReplyPendingIntent;
4423 private PendingIntent mReplyPendingIntent; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
4462 mReplyPendingIntent = pendingIntent;
4503 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,
/frameworks/base/core/java/android/app/
H A DNotification.java8041 private final PendingIntent mReplyPendingIntent; field in class:Notification.CarExtender.UnreadConversation
8052 mReplyPendingIntent = replyPendingIntent;
8077 return mReplyPendingIntent;
8126 b.putParcelable(KEY_ON_REPLY, mReplyPendingIntent);
8186 private PendingIntent mReplyPendingIntent; field in class:Notification.CarExtender.Builder
8225 mReplyPendingIntent = pendingIntent;
8266 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,

Completed in 56 milliseconds