Searched refs:isGroupSummary (Results 1 – 8 of 8) sorted by relevance
127 if (sbn.getNotification().isGroupSummary()) {138 if (sbn.getNotification().isGroupSummary()) {386 if (sbn.getNotification().isGroupSummary()) { in loadNotifications()541 if (n.isGroupSummary()) { in generateExtraText()
168 if (sbn.isGroup() && sbn.getNotification().isGroupSummary()) { in shouldShowSbn()
287 boolean isGroupSummary = (sbn.getNotification().flags in updateGroupKeyIfNecessary()289 if (isGroupSummary) { in updateGroupKeyIfNecessary()
228 boolean isGroupSummary = notificationGroup.getChildTitles() != null; in getItemViewType()229 if (isGroupSummary) { in getItemViewType()
339 if (notification.isGroupSummary()) { in group()420 if (notification.isGroupSummary()) { in additionalGroup()
225 private static boolean isGroupSummary(Notification n) { in isGroupSummary() method in AlarmNotifications251 if (!isGroupSummary(n) in getFirstActiveNotification()270 if (isGroupSummary(n) && group.equals(n.getGroup())) { in getActiveGroupSummaryNotification()
355 if (n.isGroupSummary()) { in generateExtraText()
177 when(mSummaryNotification.isGroupSummary()).thenReturn(true); in setup()