Searched refs:numAlertViolations (Results 1 – 1 of 1) sorted by relevance
411 public int numAlertViolations; field in NotificationUsageStats.AggregatedStats544 maybeCount("note_over_alert_rate", (numAlertViolations - previous.numAlertViolations)); in emit()580 previous.numAlertViolations = numAlertViolations; in emit()620 numAlertViolations++; in isAlertRateLimited()688 output.append("numAlertViolations=").append(numAlertViolations).append("\n"); in toStringWithIndent()739 maybePut(dump, "numAlertViolations", numAlertViolations); in dumpJson()