Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java209 boolean isGroupSummary, in createRow() argument
212 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()
232 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() argument
233 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()
244 public Notification createNotification(boolean isGroupSummary, in createNotification() argument
257 if (isGroupSummary) { in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java213 && group.summary.notification.getNotification().isGroupSummary() in updateSuppression()
273 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup()
277 return !sbn.getNotification().isGroupSummary() in isOnlyChild()
347 if (!isGroupSummary(sbn)) { in isSummaryOfGroup()
447 public boolean isGroupSummary(StatusBarNotification sbn) { in isGroupSummary() method in NotificationGroupManager
451 return sbn.getNotification().isGroupSummary(); in isGroupSummary()
464 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild()
494 if (!sbn.isGroup() || sbn.getNotification().isGroupSummary()) { in shouldIsolate()
DNotificationGroupAlertTransferHelper.java452 if (mEntry.notification.getNotification().isGroupSummary() in isStillValid()
453 != mOriginalNotification.getNotification().isGroupSummary()) { in isStillValid()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java139 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
147 isGroupSummary ? '0' : '1', in sort()
DSnoozeHelper.java281 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()
DNotificationManagerService.java1535 if (posted.sbn.isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
5331 if (r.getNotification().isGroupSummary()) {
5695 if (r.sbn.isGroup() && r.sbn.getNotification().isGroupSummary()) {
5847 if (n.isGroupSummary() && !sbn.isAppGroup()) {
5854 boolean isSummary = n.isGroupSummary();
5858 boolean oldIsSummary = old != null && oldN.isGroupSummary();
6007 if (record.sbn.isGroup() && record.sbn.getNotification().isGroupSummary()) {
7121 if (!n.isGroupSummary()) {
7148 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java138 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
421 getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java548 && entry.notification.getNotification().isGroupSummary();
/frameworks/base/core/java/android/app/
DNotification.java3252 public boolean isGroupSummary() { in isGroupSummary() method in Notification
3268 if (isGroupSummary() in suppressAlertingDueToGrouping()
4338 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary() argument
4339 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2110 assertTrue(parent.sbn.getNotification().isGroupSummary()); in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
/frameworks/base/config/
Dboot-image-profile.txt1899 HSPLandroid/app/Notification;->isGroupSummary()Z