Searched defs:mUnreadConversation (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3943 private UnreadConversation mUnreadConversation; field in class:NotificationCompat.CarExtender
3969 mUnreadConversation = (UnreadConversation) IMPL.getUnreadConversationFromBundle(
3994 if (mUnreadConversation != null) {
3995 Bundle b = IMPL.getBundleForUnreadConversation(mUnreadConversation);
4057 mUnreadConversation = unreadConversation;
4066 return mUnreadConversation;
/frameworks/base/core/java/android/app/
H A DNotification.java7705 private UnreadConversation mUnreadConversation; field in class:Notification.CarExtender
7727 mUnreadConversation = UnreadConversation.getUnreadConversationFromBundle(b);
7747 if (mUnreadConversation != null) {
7748 Bundle b = mUnreadConversation.getBundleForUnreadConversation();
7810 mUnreadConversation = unreadConversation;
7819 return mUnreadConversation;

Completed in 44 milliseconds