Searched refs:isGroupSummary (Results 1 – 7 of 7) 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()
184 if (sbn.isGroup() && sbn.getNotification().isGroupSummary()) { in shouldShowSbn()
290 boolean isGroupSummary = (sbn.getNotification().flags in updateGroupKeyIfNecessary()292 if (isGroupSummary) { in updateGroupKeyIfNecessary()
246 boolean isGroupSummary = notificationGroup.getChildTitles() != null; in getItemViewTypeImpl()247 if (isGroupSummary) { in getItemViewTypeImpl()
337 if (notification.isGroupSummary()) { in group()420 if (notification.isGroupSummary()) { in additionalGroupAndRank()
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()
201 when(mSummaryNotification.isGroupSummary()).thenReturn(true); in setup()