Searched refs:isGroupSummary (Results 1 – 9 of 9) sorted by relevance
281 boolean isGroupSummary = (sbn.getNotification().flags in updateGroupKeyIfNecessary()283 if (isGroupSummary) { in updateGroupKeyIfNecessary()
397 if (notification.isGroupSummary()) { in group()582 if (notification.isGroupSummary()) { in additionalGroupAndRank()698 if (alertEntry.getNotification().isGroupSummary() && TextUtils.equals( in findGroupSummaryNotification()
287 boolean isGroupSummary = notificationGroup.getChildTitles() != null; in getItemViewTypeImpl()288 if (isGroupSummary) { in getItemViewTypeImpl()
140 + sbn.getNotification().isGroupSummary()); in onNotificationPosted()
127 if (sbn.getNotification().isGroupSummary()) {138 if (sbn.getNotification().isGroupSummary()) {386 if (sbn.getNotification().isGroupSummary()) { in loadNotifications()541 if (n.isGroupSummary()) { in generateExtraText()
184 if (sbn.isGroup() && sbn.getNotification().isGroupSummary()) { in shouldShowSbn()
229 private fun isGroupSummary(n: Notification): Boolean { in isGroupSummary() method259 if (!isGroupSummary(n) && group == n.getGroup() && in getFirstActiveNotification()277 if (isGroupSummary(n) && group == n.getGroup()) { in getActiveGroupSummaryNotification()
947 @Nullable String overrideGroupKey, boolean isGroupSummary) { in generateNotification() argument953 .setGroupSummary(isGroupSummary); in generateNotification()
258 when(mSummaryNotification.isGroupSummary()).thenReturn(true); in setup()1240 boolean isGroupSummary) { in generateNotification() argument1245 .setGroupSummary(isGroupSummary) in generateNotification()