/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 138 sbn.getNotification().isGroupSummary()); in onEntryRemovedInternal() 142 isGroup, boolean isGroupSummary) { in onEntryRemovedInternal() argument 152 if (isGroupChild(removed.getKey(), isGroup, isGroupSummary)) { in onEntryRemovedInternal() 243 && group.summary.getSbn().getNotification().isGroupSummary() in updateSuppression() 276 oldNotification.getNotification().isGroupSummary()); in onEntryUpdated() 310 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup() 314 return !sbn.getNotification().isGroupSummary() in isOnlyChild() 384 if (!isGroupSummary(sbn)) { in isSummaryOfGroup() 502 public boolean isGroupSummary(StatusBarNotification sbn) { in isGroupSummary() method in NotificationGroupManager 506 return sbn.getNotification().isGroupSummary(); in isGroupSummary() [all …]
|
D | NotificationGroupAlertTransferHelper.java | 455 if (mEntry.getSbn().getNotification().isGroupSummary() in isStillValid() 456 != mOriginalNotification.getNotification().isGroupSummary()) { in isStillValid()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 295 boolean isGroupSummary, in createRow() argument 298 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() 318 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() argument 319 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification() 330 public Notification createNotification(boolean isGroupSummary, in createNotification() argument 343 if (isGroupSummary) { in createNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingHelper.java | 139 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort() 147 isGroupSummary ? '0' : '1', in sort()
|
D | GroupHelper.java | 69 if (sbn.getNotification().isGroupSummary()) return; in addToOngoingGroupCount() 91 || childSbn.getNotification().isGroupSummary()) return; in onNotificationUpdated()
|
D | NotificationRecordLoggerImpl.java | 49 /* bool is_group_summary = 9 */ r.getSbn().getNotification().isGroupSummary(), in maybeLogNotificationPosted()
|
D | NotificationRecordLogger.java | 347 && (r.getSbn().getNotification().isGroupSummary() in shouldLogReported() 348 == old.getSbn().getNotification().isGroupSummary()) in shouldLogReported()
|
D | SnoozeHelper.java | 412 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()
|
D | NotificationManagerService.java | 1760 if (posted.getSbn().isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount() 6129 if (r.getNotification().isGroupSummary()) { 6591 if (r.getSbn().isGroup() && r.getSbn().getNotification().isGroupSummary()) { 6743 if (n.isGroupSummary() && !sbn.isAppGroup()) { 6750 boolean isSummary = n.isGroupSummary(); 6754 boolean oldIsSummary = old != null && oldN.isGroupSummary(); 6909 if (record.getSbn().isGroup() && record.getSbn().getNotification().isGroupSummary()) { 8060 if (!n.isGroupSummary()) { 8088 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationPanelLogger.java | 93 proto.isGroupSummary = n.getNotification().isGroupSummary(); in toNotificationProto()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SbnBuilder.java | 146 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/ |
D | NotificationEntryBuilder.java | 182 public NotificationEntryBuilder setGroupSummary(Context context, boolean isGroupSummary) { in setGroupSummary() argument 183 mSbnBuilder.setGroupSummary(context, isGroupSummary); in setGroupSummary()
|
D | HighPriorityProviderTest.java | 181 when(mGroupManager.isGroupSummary(summary.getSbn())).thenReturn(true); in testIsHighPriority_checkChildrenToCalculatePriority()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 308 o2.getSbn().getNotification().isGroupSummary(), 309 o1.getSbn().getNotification().isGroupSummary());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
D | HighPriorityProvider.java | 90 && mGroupManager.isGroupSummary(entry.getRepresentativeEntry().getSbn())) { in hasHighPriorityChild()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 200 assertFalse(n.isGroupSummary); in testLogPanelShownOnWake() 217 assertFalse(n.isGroupSummary); in testLogPanelShownOnShadePull()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 146 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key() 466 getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 334 if (entry.getSbn().getNotification().isGroupSummary()) { in locallyDismissNotifications() 588 if (entry.getSbn().getNotification().isGroupSummary()) { in cancelLocalDismissal() 692 && !entry.getSbn().getNotification().isGroupSummary()
|
D | NotificationRankingManager.kt | 178 val oldIsGroupSummary = entry.sbn.notification.isGroupSummary in <lambda>()
|
D | ShadeListBuilder.java | 435 if (entry.getSbn().getNotification().isGroupSummary()) { in groupNotifs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 1467 boolean isSummary = entry.getSbn().getNotification().isGroupSummary(); in isSummaryOfBubbles()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3331 public boolean isGroupSummary() { in isGroupSummary() method in Notification 3347 if (isGroupSummary() in suppressAlertingDueToGrouping() 4468 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary() argument 4469 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2683 assertTrue(parent.getSbn().getNotification().isGroupSummary()); in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 2712 HSPLandroid/app/Notification;->isGroupSummary()Z
|