Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java404 public int numAlertViolations; field in NotificationUsageStats.AggregatedStats
529 maybeCount("note_over_alert_rate", (numAlertViolations - previous.numAlertViolations)); in emit()
562 previous.numAlertViolations = numAlertViolations; in emit()
600 numAlertViolations++; in isAlertRateLimited()
666 output.append("numAlertViolations=").append(numAlertViolations).append("\n"); in toStringWithIndent()
710 maybePut(dump, "numAlertViolations", numAlertViolations); in dumpJson()