Searched refs:getGroupKey (Results 1 – 8 of 8) sorted by relevance
43 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isGroupExpanded()51 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in setGroupExpanded()79 String groupKey = sbn.getGroupKey(); in onEntryRemovedInternal()118 String groupKey = sbn.getGroupKey(); in onEntryAdded()140 if (mGroupMap.get(oldNotification.getGroupKey()) != null) { in onEntryUpdated()150 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isVisible()164 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in hasGroupChildren()201 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isChildInGroupWithSummary()209 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in getGroupSummary()
130 pw.println(prefix + " groupKey=" + getGroupKey()); in dump()379 public String getGroupKey() { in getGroupKey() method in NotificationRecord380 return sbn.getGroupKey(); in getGroupKey()
261 final String groupKey = record.getGroupKey(); in sort()271 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
2231 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()2235 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()2285 String group = sbn.getGroupKey(); in removeUnusedGroupedNotificationLocked()2830 String groupKey = r.getGroupKey(); in cancelNotificationLocked()3034 childR.getGroupKey().equals(r.getGroupKey())) { in cancelGroupChildrenLocked()
265 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
466 NO DOC BLOCK: android.service.notification.StatusBarNotification Method getGroupKey()
28722 method public java.lang.String getGroupKey();
30826 method public java.lang.String getGroupKey();