Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews() argument
74 for (NotificationEntry entry : groupNotifs.keySet()) { in updateContentViews()
75 List<NotificationEntry> children = groupNotifs.get(entry); in updateContentViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java426 groupNotifs(mNotifList, mNewNotifList); in buildList()
578 private void groupNotifs(List<ListEntry> entries, List<ListEntry> out) { in groupNotifs() method in ShadeListBuilder