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/
DGroupMembershipManager.java42 NotificationEntry getGroupSummary(@NonNull NotificationEntry entry); in getGroupSummary() method
DGroupMembershipManagerImpl.java54 public NotificationEntry getGroupSummary(@NonNull NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotifCollection