Home
last modified time | relevance | path

Searched defs:getGroupSummary (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerImpl.java40 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
DGroupMembershipManager.java40 NotificationEntry getGroupSummary(NotificationEntry entry); in getGroupSummary() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java553 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotifCollection