Searched refs:onlySummaryAlerts (Results 1 – 1 of 1) sorted by relevance
246 if (isPendingNotificationInGroup(entry, group) && onlySummaryAlerts(entry)) { in getPendingChildrenNotAlerting()320 if (!alertManager.isAlerting(child.key) && onlySummaryAlerts(summary)) { in handleSuppressedSummaryAlerted()359 if (!onlySummaryAlerts(summary)) { in checkShouldTransferBack()372 if (onlySummaryAlerts(entry) && alertManager.isAlerting(entry.key)) { in checkShouldTransferBack()422 private boolean onlySummaryAlerts(NotificationEntry entry) { in onlySummaryAlerts() method in NotificationGroupAlertTransferHelper