Searched refs:getGroupKey (Results 1 – 20 of 20) sorted by relevance
81 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()89 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()119 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()150 String groupKey = getGroupKey(sbn); in onEntryAdded()226 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()232 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()241 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()250 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()251 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()256 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()[all …]
153 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(187 String groupKey = mGroupManager.getGroupKey(entry.notification);270 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup()272 && Objects.equals(mGroupManager.getGroupKey(entry.notification), groupKey) in isPendingNotificationInGroup()289 mGroupAlertEntries.get(mGroupManager.getGroupKey(sbn)); in handleSuppressedSummaryAlerted()448 if (mEntry.notification.getGroupKey() != mOriginalNotification.getGroupKey()) { in isStillValid()
380 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()384 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
305 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()
313 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
1387 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()1391 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()2150 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()
431 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()462 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()948 public String getGroupKey() { in getGroupKey() method in NotificationRecord949 return sbn.getGroupKey(); in getGroupKey()
282 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
1557 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()5330 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());5339 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {5525 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());5853 String group = sbn.getGroupKey();5857 String oldGroup = old != null ? old.sbn.getGroupKey() : null;6434 groupKeyBefore.add(r.getGroupKey());6452 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())6774 String groupKey = r.getGroupKey();7149 childR.getGroupKey().equals(parentNotification.getGroupKey())[all …]
274 ? group.summary.notification.getGroupKey() in BubbleController()458 String groupKey = entry != null ? entry.notification.getGroupKey() : null; in isBubbleNotificationSuppressedFromShade()541 String groupKey = entry != null ? entry.notification.getGroupKey() : null;594 String groupKey = summary.notification.getGroupKey(); in handleSummaryRemovalInterception()618 mBubbleData.addSummaryToSuppress(summary.notification.getGroupKey(), in handleSummaryRemovalInterception()729 final String groupKey = bubble.getEntry().notification.getGroupKey();
293 if (groupKey.equals(b.getEntry().notification.getGroupKey())) { in getBubblesInGroup()
258 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
349 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
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();
42023 method public String getGroupKey();
42167 method public String getGroupKey();