Lines Matching refs:UnreadConversation

456         Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc);
457 NotificationCompatBase.UnreadConversation getUnreadConversationFromBundle(
458 Bundle b, NotificationCompatBase.UnreadConversation.Factory factory,
527 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) {
532 public NotificationCompatBase.UnreadConversation getUnreadConversationFromBundle(
533 Bundle b, NotificationCompatBase.UnreadConversation.Factory factory,
764 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) {
769 public NotificationCompatBase.UnreadConversation getUnreadConversationFromBundle(
770 Bundle b, NotificationCompatBase.UnreadConversation.Factory factory,
2913 private UnreadConversation mUnreadConversation;
2939 mUnreadConversation = (UnreadConversation) IMPL.getUnreadConversationFromBundle(
2940 b, UnreadConversation.FACTORY, RemoteInput.FACTORY);
3025 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) {
3032 * @see #setUnreadConversation(UnreadConversation)
3034 public UnreadConversation getUnreadConversation() {
3041 public static class UnreadConversation extends NotificationCompatBase.UnreadConversation {
3049 UnreadConversation(String[] messages, RemoteInput remoteInput,
3122 public UnreadConversation build(
3126 return new UnreadConversation(
3134 * Builder class for {@link CarExtender.UnreadConversation} objects.
3145 * Constructs a new builder for {@link CarExtender.UnreadConversation}.
3174 * @see CarExtender.UnreadConversation#getRemoteInput
3175 * @see CarExtender.UnreadConversation#getReplyPendingIntent
3218 public UnreadConversation build() {
3221 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,