Home
last modified time | relevance | path

Searched refs:isGroupSummary (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerImpl.java35 public boolean isGroupSummary(NotificationEntry entry) { in isGroupSummary() method in GroupMembershipManagerImpl
59 return !isGroupSummary(entry) && entry.getParent().getChildren().size() == 1; in isOnlyChildInGroup()
69 if (isGroupSummary(entry.getRepresentativeEntry())) { in getChildren()
DGroupMembershipManager.java34 boolean isGroupSummary(NotificationEntry entry); in isGroupSummary() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java170 sbn.getNotification().isGroupSummary()); in onEntryRemovedInternal()
174 isGroup, boolean isGroupSummary) { in onEntryRemovedInternal() argument
187 if (isGroupChild(removed.getKey(), isGroup, isGroupSummary)) { in onEntryRemovedInternal()
312 && group.summary.getSbn().getNotification().isGroupSummary() in updateSuppression()
498 oldNotification.getNotification().isGroupSummary()); in onEntryUpdated()
535 return sbn.getNotification().isGroupSummary() && isGroupSuppressed(getGroupKey(sbn)); in isSummaryOfSuppressedGroup()
542 if (sbn.getNotification().isGroupSummary()) { in getGroupForSummary()
549 return !sbn.getNotification().isGroupSummary() in isOnlyChild()
617 public boolean isGroupSummary(NotificationEntry entry) { in isGroupSummary() method in NotificationGroupManagerLegacy
619 if (!isGroupSummary(sbn)) { in isGroupSummary()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java141 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
149 isGroupSummary ? '0' : '1', in sort()
DGroupHelper.java69 if (sbn.getNotification().isGroupSummary()) return; in addToOngoingGroupCount()
91 || childSbn.getNotification().isGroupSummary()) return; in onNotificationUpdated()
DNotificationRecordLoggerImpl.java49 /* bool is_group_summary = 9 */ r.getSbn().getNotification().isGroupSummary(), in maybeLogNotificationPosted()
DNotificationRecordLogger.java347 && (r.getSbn().getNotification().isGroupSummary() in shouldLogReported()
348 == old.getSbn().getNotification().isGroupSummary()) in shouldLogReported()
DSnoozeHelper.java415 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()
DNotificationManagerService.java2066 if (posted.getSbn().isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
6748 if (r.getNotification().isGroupSummary()) {
7186 if (r.getSbn().isGroup() && r.getSbn().getNotification().isGroupSummary()) {
7338 if (n.isGroupSummary() && !sbn.isAppGroup()) {
7345 boolean isSummary = n.isGroupSummary();
7349 boolean oldIsSummary = old != null && oldN.isGroupSummary();
7505 if (record.getSbn().isGroup() && record.getSbn().getNotification().isGroupSummary()) {
8826 if (!n.isGroupSummary()) {
8854 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java340 boolean isGroupSummary, in createRow() argument
343 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()
363 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() argument
364 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()
375 public Notification createNotification(boolean isGroupSummary, in createNotification() argument
388 if (isGroupSummary) { in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java93 proto.isGroupSummary = n.getNotification().isGroupSummary(); in toNotificationProto()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSbnBuilder.java146 public SbnBuilder setGroupSummary(Context context, boolean isGroupSummary) { in setGroupSummary() argument
147 modifyNotification(context).setGroupSummary(isGroupSummary); in setGroupSummary()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java211 public NotificationEntryBuilder setGroupSummary(Context context, boolean isGroupSummary) { in setGroupSummary() argument
212 mSbnBuilder.setGroupSummary(context, isGroupSummary); in setGroupSummary()
DHighPriorityProviderTest.java163 when(mGroupMembershipManager.isGroupSummary(summary)).thenReturn(true); in testIsHighPriority_checkChildrenToCalculatePriority_legacy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerLegacyTest.java115 assertTrue(mGroupManager.isGroupSummary(summaryEntry)); in testIsSummaryOfGroupWithChildren()
143 assertFalse(mGroupManager.isGroupSummary(summaryEntry)); in testRemoveSummaryFromGroupWithSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java84 && !mGroupMembershipManager.isGroupSummary((NotificationEntry) entry)) { in hasHighPriorityChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java319 o2.getSbn().getNotification().isGroupSummary(),
320 o1.getSbn().getNotification().isGroupSummary());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java212 if (isHeadsUp && entry.getSbn().getNotification().isGroupSummary()) { in onHeadsUpStateChanged()
663 if (mEntry.getSbn().getNotification().isGroupSummary() in isStillValid()
664 != mOriginalNotification.getNotification().isGroupSummary()) { in isStillValid()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java200 assertFalse(n.isGroupSummary); in testLogPanelShownOnWake()
217 assertFalse(n.isGroupSummary); in testLogPanelShownOnShadePull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt115 if (!groupManager.isGroupSummary(entry)) { in extractPersonTypeInfo()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java144 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
464 getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java339 if (entry.getSbn().getNotification().isGroupSummary()) { in locallyDismissNotifications()
592 if (entry.getSbn().getNotification().isGroupSummary()) { in cancelLocalDismissal()
700 && !entry.getSbn().getNotification().isGroupSummary()
DNotificationRankingManager.kt193 val oldIsGroupSummary = entry.sbn.notification.isGroupSummary in <lambda>()
DShadeListBuilder.java478 if (entry.getSbn().getNotification().isGroupSummary()) { in groupNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java286 && mGroupMembershipManager.isGroupSummary(mEntry)) {
2925 if (mGroupMembershipManager.isGroupSummary(mEntry)) {

12