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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4595 private UnreadConversation mUnreadConversation; field in class:NotificationCompat.CarExtender
4621 mUnreadConversation = getUnreadConversationFromBundle(b);
4729 if (mUnreadConversation != null) {
4730 Bundle b = getBundleForUnreadConversation(mUnreadConversation);
4792 mUnreadConversation = unreadConversation;
4801 return mUnreadConversation;
/frameworks/base/core/java/android/app/
H A DNotification.java9045 private UnreadConversation mUnreadConversation; field in class:Notification.CarExtender
9067 mUnreadConversation = UnreadConversation.getUnreadConversationFromBundle(b);
9087 if (mUnreadConversation != null) {
9088 Bundle b = mUnreadConversation.getBundleForUnreadConversation();
9150 mUnreadConversation = unreadConversation;
9159 return mUnreadConversation;

Completed in 67 milliseconds