Home
last modified time | relevance | path

Searched refs:getBundleForUnreadConversation (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java150 static Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompatApi21
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java506 Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc); in getBundleForUnreadConversation() method
596 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompat.NotificationCompatImplBase
840 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompat.NotificationCompatImplApi21
841 return NotificationCompatApi21.getBundleForUnreadConversation(uc); in getBundleForUnreadConversation()
3796 Bundle b = IMPL.getBundleForUnreadConversation(mUnreadConversation); in extend()
/frameworks/base/core/java/android/app/
DNotification.java6574 Bundle b = mUnreadConversation.getBundleForUnreadConversation(); in extend()
6731 Bundle getBundleForUnreadConversation() { in getBundleForUnreadConversation() method in Notification.CarExtender.UnreadConversation