/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | GroupMembershipManagerImpl.java | 45 return entry.getParent().getRepresentativeEntry(); in getGroupSummary() 69 if (isGroupSummary(entry.getRepresentativeEntry())) { in getChildren() 71 return entry.getRepresentativeEntry().getParent().getChildren(); in getChildren()
|
H A D | GroupExpansionManagerImpl.java | 53 renderingSummaries.add(entry.getRepresentativeEntry());
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | AppOpsCoordinator.java | 110 NotificationEntry notificationEntry = entry.getRepresentativeEntry(); 115 && entry.getRepresentativeEntry().getImportance() > IMPORTANCE_MIN;
|
H A D | KeyguardCoordinator.java | 155 return entry.getRepresentativeEntry() != null in priorityExceedsLockscreenShowingThreshold() 156 && !entry.getRepresentativeEntry().getRanking().isAmbient(); in priorityExceedsLockscreenShowingThreshold()
|
H A D | RankingCoordinator.java | 121 if (entries.get(i).getRepresentativeEntry().getSbn().isClearable()) {
|
H A D | HeadsUpCoordinator.java | 235 return mCurrentHun == entry.getRepresentativeEntry(); in isCurrentlyShowingHun()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | ShadeListBuilder.java | 473 final NotificationEntry summary = groupEntry.getRepresentativeEntry(); in filterNotifs() 583 if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) { in stabilizeGroupingNotifs() 605 && !mNotifStabilityManager.isGroupChangeAllowed(entry.getRepresentativeEntry())) { in maybeSuppressGroupChange() 908 final NotificationEntry rep1 = o1.getRepresentativeEntry(); 909 final NotificationEntry rep2 = o2.getRepresentativeEntry(); 987 if (!mNotifStabilityManager.isSectionChangeAllowed(entry.getRepresentativeEntry())) { in applySections() 1002 NotificationEntry representativeEntry = entry.getRepresentativeEntry(); in setEntrySection()
|
H A D | GroupEntry.java | 46 public NotificationEntry getRepresentativeEntry() { in getRepresentativeEntry() method in GroupEntry
|
H A D | ListEntry.java | 67 public abstract @Nullable NotificationEntry getRepresentativeEntry(); in getRepresentativeEntry() method in ListEntry
|
H A D | ListDumper.java | 121 NotificationEntry notifEntry = requireNonNull(entry.getRepresentativeEntry()); in dumpEntry()
|
H A D | NotificationEntry.java | 220 public NotificationEntry getRepresentativeEntry() { in getRepresentativeEntry() method in NotificationEntry
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
H A D | HighPriorityProvider.java | 71 final NotificationEntry notifEntry = entry.getRepresentativeEntry(); in isHighPriority()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RankingCoordinatorTest.java | 106 public NotificationEntry getRepresentativeEntry() { in testSilentHeaderClearableChildrenUpdate()
|
H A D | SensitiveContentCoordinatorTest.kt | 206 override fun getRepresentativeEntry(): NotificationEntry = mockEntry
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | ShadeListBuilderTest.java | 1657 o1.getRepresentativeEntry().getSbn().getPackageName()); in compare() 1659 o2.getRepresentativeEntry().getSbn().getPackageName()); in compare() 1676 return entry.getRepresentativeEntry().getSbn().getPackageName().equals(mPackage); in isInSection()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationIconAreaController.java | 425 NotificationEntry entry = mNotificationEntries.get(i).getRepresentativeEntry(); in updateIconsForLayout()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | NotificationGroupManagerLegacy.java | 679 NotificationEntry summary = listEntrySummary.getRepresentativeEntry(); in getChildren()
|