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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4788 * @param unreadConversation The unread part of the conversation this notification conveys.
4791 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { argument
4792 mUnreadConversation = unreadConversation;
/frameworks/base/core/java/android/app/
H A DNotification.java9146 * @param unreadConversation The unread part of the conversation this notification conveys.
9149 public CarExtender setUnreadConversation(UnreadConversation unreadConversation) { argument
9150 mUnreadConversation = unreadConversation;

Completed in 46 milliseconds