Searched refs:NotificationGroup (Results 1 – 2 of 2) sorted by relevance
41 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>();53 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()61 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()68 private void setGroupExpanded(NotificationGroup group, boolean expanded) { in setGroupExpanded()90 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()115 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAdded()117 group = new NotificationGroup(); in onEntryAdded()144 private void updateSuppression(NotificationGroup group) { in updateSuppression()164 private boolean hasIsolatedChildren(NotificationGroup group) { in hasIsolatedChildren()231 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in getTotalNumberOfChildren()[all …]
3716 public void onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group) { in onGroupCreatedFromChildren()