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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4621 mUnreadConversation = getUnreadConversationFromBundle(b);
4626 private static UnreadConversation getUnreadConversationFromBundle(@Nullable Bundle b) { method in class:NotificationCompat.CarExtender
/frameworks/base/core/java/android/app/
H A DNotification.java9067 mUnreadConversation = UnreadConversation.getUnreadConversationFromBundle(b);
9269 static UnreadConversation getUnreadConversationFromBundle(Bundle b) { method in class:Notification.CarExtender.UnreadConversation

Completed in 53 milliseconds