Searched refs:getGroupKey (Results 1 – 17 of 17) sorted by relevance
76 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()84 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()114 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()145 String groupKey = getGroupKey(sbn); in onEntryAdded()211 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()217 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()226 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()235 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()236 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()241 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()[all …]
158 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(197 String groupKey = mGroupManager.getGroupKey(entry.notification);281 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup()283 && Objects.equals(mGroupManager.getGroupKey(entry.notification), groupKey) in isPendingNotificationInGroup()300 mGroupAlertEntries.get(mGroupManager.getGroupKey(sbn)); in handleSuppressedSummaryAlerted()473 if (mEntry.notification.getGroupKey() != mOriginalNotification.getGroupKey()) { in isStillValid()
336 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()340 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
304 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
66 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()72 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()103 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()109 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
293 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
1331 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()1335 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()2086 anyString(), anyInt(), eq(child.getGroupKey())); in testPostGroupChild_unsnoozeParent()
112 final String groupKey = record.getGroupKey(); in sort()122 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
434 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()470 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()978 public String getGroupKey() { in getGroupKey() method in NotificationRecord979 return sbn.getGroupKey(); in getGroupKey()
285 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
1508 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()5141 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());5150 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {5322 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());5630 String group = sbn.getGroupKey();5634 String oldGroup = old != null ? old.sbn.getGroupKey() : null;6196 groupKeyBefore.add(r.getGroupKey());6214 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())6536 String groupKey = r.getGroupKey();6911 childR.getGroupKey().equals(parentNotification.getGroupKey())[all …]
349 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
261 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
9676 PLcom/android/server/notification/NotificationRecord;->getGroupKey()Ljava/lang/String;
13333 HSPLandroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;
27091 method public java.lang.String getGroupKey();
41583 method public String getGroupKey();