Searched refs:numAlertViolations (Results 1 – 1 of 1) sorted by relevance
404 public int numAlertViolations; field in NotificationUsageStats.AggregatedStats529 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()