Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java54 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
62 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
90 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()
118 String groupKey = getGroupKey(sbn); in onEntryAdded()
179 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()
185 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()
194 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()
203 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
204 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()
209 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
[all …]
DNotificationIconAreaController.java199 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
203 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
DNotificationIconContainer.java226 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java58 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()
64 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()
94 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
100 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
DNotificationManagerServiceTest.java884 mNotificationManagerService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
888 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
1307 anyString(), anyInt(), eq(child.getGroupKey())); in testPostGroupChild_unsnoozeParent()
DSnoozeHelperTest.java286 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java368 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
399 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()
796 public String getGroupKey() { in getGroupKey() method in NotificationRecord
797 return sbn.getGroupKey(); in getGroupKey()
DNotificationManagerService.java1144 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
3740 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());
3749 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
3826 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
3974 String group = sbn.getGroupKey();
3978 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
4431 groupKeyBefore.add(r.getGroupKey());
4443 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())
4712 String groupKey = r.getGroupKey();
5010 childR.getGroupKey().equals(parentNotification.getGroupKey())
[all …]
DSnoozeHelper.java285 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
DRankingHelper.java436 final String groupKey = record.getGroupKey(); in sort()
446 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/base/services/
Dart-profile2981 HPLcom/android/server/notification/NotificationRecord;->getGroupKey()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27091 method public java.lang.String getGroupKey();
/frameworks/base/api/
Dcurrent.txt37493 method public java.lang.String getGroupKey();
Dtest-current.txt37747 method public java.lang.String getGroupKey();
Dsystem-current.txt40619 method public java.lang.String getGroupKey();
/frameworks/base/config/
Dboot-image-profile.txt5923 HPLandroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;