Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManagerImpl.java45 return entry.getParent().getRepresentativeEntry(); in getGroupSummary()
69 if (isGroupSummary(entry.getRepresentativeEntry())) { in getChildren()
71 return entry.getRepresentativeEntry().getParent().getChildren(); in getChildren()
H A DGroupExpansionManagerImpl.java53 renderingSummaries.add(entry.getRepresentativeEntry());
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinator.java110 NotificationEntry notificationEntry = entry.getRepresentativeEntry();
115 && entry.getRepresentativeEntry().getImportance() > IMPORTANCE_MIN;
H A DKeyguardCoordinator.java155 return entry.getRepresentativeEntry() != null in priorityExceedsLockscreenShowingThreshold()
156 && !entry.getRepresentativeEntry().getRanking().isAmbient(); in priorityExceedsLockscreenShowingThreshold()
H A DRankingCoordinator.java121 if (entries.get(i).getRepresentativeEntry().getSbn().isClearable()) {
H A DHeadsUpCoordinator.java235 return mCurrentHun == entry.getRepresentativeEntry(); in isCurrentlyShowingHun()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java473 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 DGroupEntry.java46 public NotificationEntry getRepresentativeEntry() { in getRepresentativeEntry() method in GroupEntry
H A DListEntry.java67 public abstract @Nullable NotificationEntry getRepresentativeEntry(); in getRepresentativeEntry() method in ListEntry
H A DListDumper.java121 NotificationEntry notifEntry = requireNonNull(entry.getRepresentativeEntry()); in dumpEntry()
H A DNotificationEntry.java220 public NotificationEntry getRepresentativeEntry() { in getRepresentativeEntry() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java71 final NotificationEntry notifEntry = entry.getRepresentativeEntry(); in isHighPriority()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinatorTest.java106 public NotificationEntry getRepresentativeEntry() { in testSilentHeaderClearableChildrenUpdate()
H A DSensitiveContentCoordinatorTest.kt206 override fun getRepresentativeEntry(): NotificationEntry = mockEntry
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1657 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 DNotificationIconAreaController.java425 NotificationEntry entry = mNotificationEntries.get(i).getRepresentativeEntry(); in updateIconsForLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java679 NotificationEntry summary = listEntrySummary.getRepresentativeEntry(); in getChildren()