Searched refs:groupNotifs (Results 1 – 2 of 2) sorted by relevance
73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews() argument74 for (NotificationEntry entry : groupNotifs.keySet()) { in updateContentViews()75 List<NotificationEntry> children = groupNotifs.get(entry); in updateContentViews()
426 groupNotifs(mNotifList, mNewNotifList); in buildList()578 private void groupNotifs(List<ListEntry> entries, List<ListEntry> out) { in groupNotifs() method in ShadeListBuilder