Home
last modified time | relevance | path

Searched refs:getGroupKey (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java60 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
68 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
96 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()
124 String groupKey = getGroupKey(sbn); in onEntryAdded()
160 String groupKey = getGroupKey(shadeEntry.notification); in onPendingEntryAdded()
194 NotificationData.Entry isolatedChild = getIsolatedChild(getGroupKey( in cleanUpHeadsUpStatesOnAdd()
236 String groupKey = getGroupKey(group.summary.notification); in getPendingChildrenNotAlerting()
242 if (!Objects.equals(getGroupKey(entry.notification), groupKey)) { in getPendingChildrenNotAlerting()
282 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()
288 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()
[all …]
DNotificationIconAreaController.java229 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
233 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
DNotificationIconContainer.java303 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java60 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()
66 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()
96 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
102 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
DSnoozeHelperTest.java287 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
DNotificationManagerServiceTest.java1061 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
1065 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
1781 anyString(), anyInt(), eq(child.getGroupKey())); in testPostGroupChild_unsnoozeParent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java403 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
436 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()
859 public String getGroupKey() { in getGroupKey() method in NotificationRecord
860 return sbn.getGroupKey(); in getGroupKey()
DSnoozeHelper.java285 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
DNotificationManagerService.java1293 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
4288 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());
4297 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
4375 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
4693 String group = sbn.getGroupKey();
4697 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
5189 groupKeyBefore.add(r.getGroupKey());
5203 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())
5485 String groupKey = r.getGroupKey();
5905 childR.getGroupKey().equals(parentNotification.getGroupKey())
[all …]
DRankingHelper.java475 final String groupKey = record.getGroupKey(); in sort()
485 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java316 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27091 method public java.lang.String getGroupKey();
/frameworks/base/api/
Dcurrent.txt39428 method public java.lang.String getGroupKey();
/frameworks/base/config/
Dboot-image-profile.txt29682 HSPLandroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;
Dhiddenapi-public-dex.txt40200 Landroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;