Searched refs:isGroupSummary (Results 1 – 7 of 7) sorted by relevance
149 private static boolean isGroupSummary(Notification n) { in isGroupSummary() method in AlarmNotifications175 if (!isGroupSummary(n) in getFirstActiveNotification()194 if (isGroupSummary(n) && group.equals(n.getGroup())) { in getActiveGroupSummaryNotification()
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()
321 boolean isGroupSummary = (sbn.getNotification().flags in updateGroupKeyIfNecessary()323 if (isGroupSummary) { in updateGroupKeyIfNecessary()
339 if (notification.isGroupSummary()) { in group()414 if (notification.isGroupSummary()) { in additionalGroup()
367 boolean isGroupSummary = notificationGroup.getChildTitles() != null; in getItemViewType()368 if (isGroupSummary) { in getItemViewType()
355 if (n.isGroupSummary()) { in generateExtraText()