Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java47 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>();
60 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
68 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
75 private void setGroupExpanded(NotificationGroup group, boolean expanded) { in setGroupExpanded()
97 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()
125 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAdded()
127 group = new NotificationGroup(); in onEntryAdded()
161 NotificationGroup group = mGroupMap.get(groupKey); in onPendingEntryAdded()
172 private void cleanUpHeadsUpStatesOnAdd(NotificationGroup group, boolean addIsPending) { in cleanUpHeadsUpStatesOnAdd()
231 private int getPendingChildrenNotAlerting(NotificationGroup group) { in getPendingChildrenNotAlerting()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4248 public void onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group) {