D | NotificationCompat.java | 4132 private UnreadConversation mUnreadConversation; 4163 private static UnreadConversation getUnreadConversationFromBundle(@Nullable Bundle b) { in getUnreadConversationFromBundle() 4209 return new UnreadConversation(messages, remoteInputCompat, onReply, in getUnreadConversationFromBundle() 4214 private static Bundle getBundleForUnreadConversation(@NonNull UnreadConversation uc) { in getBundleForUnreadConversation() 4328 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { in setUnreadConversation() 4337 public UnreadConversation getUnreadConversation() { in getUnreadConversation() 4344 public static class UnreadConversation { class in NotificationCompat.CarExtender 4352 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation() method in NotificationCompat.CarExtender.UnreadConversation 4500 public UnreadConversation build() { in build() 4503 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
|