Home
last modified time | relevance | path

Searched refs:isAvalancheExempted (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1434 if (!isAvalancheExempted(record)) { in getNextState()
1471 if (isAvalancheExempted(record)) { in getChannelKey()
1503 if (isAvalancheExempted(record)) { in getLastNotificationUpdateTimeMs()
1562 private boolean isAvalancheExempted(final NotificationRecord record) { in isAvalancheExempted() method in NotificationAttentionHelper.StrategyAvalanche