Searched refs:isGroupSummary (Results 1 – 11 of 11) sorted by relevance
209 boolean isGroupSummary, in createRow() argument212 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()232 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() argument233 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()244 public Notification createNotification(boolean isGroupSummary, in createNotification() argument257 if (isGroupSummary) { in createNotification()
213 && 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 NotificationGroupManager451 return sbn.getNotification().isGroupSummary(); in isGroupSummary()464 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild()494 if (!sbn.isGroup() || sbn.getNotification().isGroupSummary()) { in shouldIsolate()
452 if (mEntry.notification.getNotification().isGroupSummary() in isStillValid()453 != mOriginalNotification.getNotification().isGroupSummary()) { in isStillValid()
139 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()147 isGroupSummary ? '0' : '1', in sort()
281 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()
1535 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()) &&
138 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()421 getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
548 && entry.notification.getNotification().isGroupSummary();
3252 public boolean isGroupSummary() { in isGroupSummary() method in Notification3268 if (isGroupSummary() in suppressAlertingDueToGrouping()4338 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary() argument4339 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
2110 assertTrue(parent.sbn.getNotification().isGroupSummary()); in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
1899 HSPLandroid/app/Notification;->isGroupSummary()Z