Searched refs:alertManager (Results 1 – 2 of 2) sorted by relevance
147 AlertingNotificationManager alertManager = getActiveAlertManager();149 if (alertManager.isAlerting(group.summary.key)) {150 handleSuppressedSummaryAlerted(group.summary, alertManager);163 if (!alertManager.isAlerting(group.summary.key)) {164 alertNotificationWhenPossible(group.summary, alertManager);185 AlertingNotificationManager alertManager) { in onAlertStateChanged() argument187 handleSuppressedSummaryAlerted(entry, alertManager); in onAlertStateChanged()297 @NonNull AlertingNotificationManager alertManager) { in handleSuppressedSummaryAlerted() argument302 || !alertManager.isAlerting(sbn.getKey()) in handleSuppressedSummaryAlerted()320 if (!alertManager.isAlerting(child.key) && onlySummaryAlerts(summary)) { in handleSuppressedSummaryAlerted()[all …]
128 AlertingNotificationManager alertManager; in updateAlertState() local131 alertManager = mAmbientPulseManager; in updateAlertState()134 alertManager = mHeadsUpManager; in updateAlertState()137 final boolean wasAlerting = alertManager.isAlerting(entry.key); in updateAlertState()141 alertManager.removeNotification(entry.key, in updateAlertState()144 alertManager.updateNotification(entry.key, alertAgain); in updateAlertState()148 alertManager.showNotification(entry); in updateAlertState()