Searched refs:getGroupKey (Results 1 – 13 of 13) 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 …]
201 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()205 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
224 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
362 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()392 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()757 public String getGroupKey() { in getGroupKey() method in NotificationRecord758 return sbn.getGroupKey(); in getGroupKey()
1018 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()3393 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId()); in snoozeLocked()3402 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) { in snoozeLocked()3477 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey()); in run()3622 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()3626 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()4040 groupOverrideBefore.add(r.sbn.getGroupKey()); in handleRankingSort()4051 || !groupOverrideBefore.get(i).equals(r.sbn.getGroupKey()) in handleRankingSort()4321 String groupKey = r.getGroupKey(); in cancelNotificationLocked()4613 childR.getGroupKey().equals(parentNotification.getGroupKey()) in cancelGroupChildrenByListLocked()[all …]
285 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
420 final String groupKey = record.getGroupKey(); in sort()431 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
506 mNotificationManagerService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()510 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()926 anyString(), anyInt(), eq(child.getGroupKey())); in testPostGroupChild_unsnoozeParent()
286 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
316 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
27091 method public java.lang.String getGroupKey();
37279 method public java.lang.String getGroupKey();
40395 method public java.lang.String getGroupKey();