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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4325 * @param unreadConversation The unread part of the conversation this notification conveys.
4328 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { argument
4329 mUnreadConversation = unreadConversation;
/frameworks/base/core/java/android/app/
H A DNotification.java8010 * @param unreadConversation The unread part of the conversation this notification conveys.
8013 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { argument
8014 mUnreadConversation = unreadConversation;

Completed in 54 milliseconds