Searched refs:numAlertViolations (Results 1 – 1 of 1) sorted by relevance
403 public int numAlertViolations; field in NotificationUsageStats.AggregatedStats535 maybeCount("note_over_alert_rate", (numAlertViolations - previous.numAlertViolations)); in emit()570 previous.numAlertViolations = numAlertViolations; in emit()609 numAlertViolations++; in isAlertRateLimited()677 output.append("numAlertViolations=").append(numAlertViolations).append("\n"); in toStringWithIndent()726 maybePut(dump, "numAlertViolations", numAlertViolations); in dumpJson()