Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt139 isGroupSummary = sbn.notification.isGroupSummary, in buildActiveNotificationsStore()
159 isGroupSummary: Boolean, in createOrReuse()
177 isGroupSummary = isGroupSummary, in createOrReuse()
196 isGroupSummary = isGroupSummary, in createOrReuse()
217 isGroupSummary: Boolean, in ActiveNotificationModel()
234 isGroupSummary != this.isGroupSummary -> false in ActiveNotificationModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerImpl.java43 public boolean isGroupSummary(@NonNull NotificationEntry entry) { in isGroupSummary() method in GroupMembershipManagerImpl
64 return !isGroupSummary(entry) && !isTopLevelEntry(entry) && entry.getParent() != null; in isChildInGroup()
73 return !isGroupSummary(entry) && entry.getParent().getChildren().size() == 1; in isOnlyChildInGroup()
84 if (representativeEntry != null && isGroupSummary(representativeEntry)) { in getChildren()
DGroupMembershipManager.java35 boolean isGroupSummary(@NonNull NotificationEntry entry); in isGroupSummary() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/model/
DActiveNotificationModelBuilder.kt38 isGroupSummary: Boolean = false,
57 isGroupSummary = isGroupSummary,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustment.kt40 val isGroupSummary: Boolean, constant in com.android.systemui.statusbar.notification.collection.inflation.NotifUiAdjustment
58 !oldAdjustment.isGroupSummary && newAdjustment.isGroupSummary -> true in needReinflate()
DNotifUiAdjustmentProvider.kt126 val isGroupSummary = parent.summary == entry in isEntryMinimized() constant
127 return isMinimizedSection && (isTopLevelEntry || isGroupSummary) in isEntryMinimized()
148 isGroupSummary = entry.hasEverBeenGroupSummary(),
DNotifInflater.kt63 val isGroupSummary: Boolean = false, constant in com.android.systemui.statusbar.notification.collection.inflation.NotifInflater.Params
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerTest.kt62 assertThat(underTest.isGroupSummary(entry)).isFalse() in isGroupSummary_topLevelEntry()
75 assertThat(underTest.isGroupSummary(summary)).isTrue() in isGroupSummary_summary()
89 assertThat(underTest.isGroupSummary(entry)).isFalse() in isGroupSummary_child()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java152 if (existingProxy == null || existingProxy.getNotification().isGroupSummary()) { in sort()
184 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
194 isGroupSummary ? '0' : '1', in sort()
DNotificationRecordLogger.java396 && (r.getSbn().getNotification().isGroupSummary() in shouldLogReported()
397 == old.getSbn().getNotification().isGroupSummary()) in shouldLogReported()
515 this.is_group_summary = p.r.getSbn().getNotification().isGroupSummary(); in NotificationReported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java110 proto.isGroupSummary = n.getNotification().isGroupSummary(); in toNotificationProto()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt501 isGroupSummary = false in <lambda>()
513 isGroupSummary = false in <lambda>()
525 isGroupSummary = false in <lambda>()
561 isGroupSummary = false in <lambda>()
702 isGroupSummary = true in <lambda>()
714 isGroupSummary = true in <lambda>()
736 isGroupSummary = true in <lambda>()
750 isGroupSummary = true in <lambda>()
1159 var isGroupSummary = false in <lambda>() variable in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase.EntryBuilder
1222 if (isGroupSummary) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/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/src/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.kt66 val isGroupSummary: Boolean, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java516 boolean isGroupSummary, in createRow() argument
519 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()
539 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() argument
540 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()
551 public Notification createNotification(boolean isGroupSummary, in createNotification() argument
564 if (isGroupSummary) { in createNotification()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java251 public NotificationEntryBuilder setGroupSummary(Context context, boolean isGroupSummary) { in setGroupSummary() argument
252 mSbnBuilder.setGroupSummary(context, isGroupSummary); in setGroupSummary()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustmentProviderTest.kt197 assertThat(oldAdjustment.isGroupSummary).isFalse() in changeIsGroupSummary_needReInflation()
202 assertThat(newAdjustment.isGroupSummary).isTrue() in changeIsGroupSummary_needReInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt314 isGroupSummary = notification.isGroupSummary in toNotificationProto()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java134 && !mGroupMembershipManager.isGroupSummary((NotificationEntry) entry)) { in hasHighPriorityChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt115 if (!groupManager.isGroupSummary(entry)) { in extractPersonTypeInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java333 o2.getSbn().getNotification().isGroupSummary(),
334 o1.getSbn().getNotification().isGroupSummary());
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java171 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
503 getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java417 if (entry.getSbn().getNotification().isGroupSummary()) { in locallyDismissNotifications()
597 .filter(it -> it.getSbn().getNotification().isGroupSummary()) in getGroupSummary()
618 .filter(it -> !it.getSbn().getNotification().isGroupSummary()) in isOnlyChildInGroup()
777 if (entry.getSbn().getNotification().isGroupSummary()) { in cancelLocalDismissal()
876 && !entry.getSbn().getNotification().isGroupSummary()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java253 assertFalse(n.isGroupSummary); in testLogPanelShownOnWakeToLockscreen()
275 assertFalse(n.isGroupSummary); in testLogPanelShownOnShadePull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt147 val logicalSummary = logicalMembers.find { it.sbn.notification.isGroupSummary } in <lambda>()
298 .filter { posted -> !posted.entry.sbn.notification.isGroupSummary } in <lambda>()
318 .filter { !it.sbn.notification.isGroupSummary } in <lambda>()

12