Searched refs:numBlocked (Results 1 – 1 of 1) sorted by relevance
222 stats.numBlocked++; in registerBlocked()378 public int numBlocked; field in NotificationUsageStats.AggregatedStats515 maybeCount("note_blocked", (numBlocked - previous.numBlocked)); in emit()550 previous.numBlocked = numBlocked; in emit()637 output.append("numBlocked=").append(numBlocked).append(",\n"); in toStringWithIndent()704 maybePut(dump, "numBlocked", numBlocked); in dumpJson()