Searched refs:getGroupKey (Results 1 – 10 of 10) sorted by relevance
53 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()61 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()89 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()114 String groupKey = getGroupKey(sbn); in onEntryAdded()165 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()171 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()180 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()189 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()190 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()195 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()[all …]
205 pw.println(prefix + " groupKey=" + getGroupKey()); in dump()522 public String getGroupKey() { in getGroupKey() method in NotificationRecord523 return sbn.getGroupKey(); in getGroupKey()
251 final String groupKey = record.getGroupKey(); in sort()261 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
2760 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()2764 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()3136 groupOverrideBefore.add(r.sbn.getGroupKey()); in handleRankingSort()3147 || !groupOverrideBefore.get(i).equals(r.sbn.getGroupKey())) { in handleRankingSort()3371 String groupKey = r.getGroupKey(); in cancelNotificationLocked()3579 childR.getGroupKey().equals(r.getGroupKey()) in cancelGroupChildrenLocked()
317 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
466 NO DOC BLOCK: android.service.notification.StatusBarNotification Method getGroupKey()
27091 method public java.lang.String getGroupKey();
34791 method public java.lang.String getGroupKey();
37602 method public java.lang.String getGroupKey();
34874 method public java.lang.String getGroupKey();