Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java456 Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc); in getBundleForUnreadConversation() method
527 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompat.NotificationCompatImplBase
764 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompat.NotificationCompatImplApi21
765 return NotificationCompatApi21.getBundleForUnreadConversation(uc); in getBundleForUnreadConversation()
2965 Bundle b = IMPL.getBundleForUnreadConversation(mUnreadConversation); in extend()
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java127 static Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() method in NotificationCompatApi21