Home
last modified time | relevance | path

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

/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java179 static Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompatApi21
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java588 Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc); in getBundleForUnreadConversation() method
682 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompat.NotificationCompatBaseImpl
821 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompat.NotificationCompatApi21Impl
822 return NotificationCompatApi21.getBundleForUnreadConversation(uc); in getBundleForUnreadConversation()
3995 Bundle b = IMPL.getBundleForUnreadConversation(mUnreadConversation); in extend()