Searched refs:numBlocked (Results 1 – 1 of 1) sorted by relevance
240 stats.numBlocked++; in registerBlocked()391 public int numBlocked; field in NotificationUsageStats.AggregatedStats522 maybeCount("note_blocked", (numBlocked - previous.numBlocked)); in emit()555 previous.numBlocked = numBlocked; in emit()640 output.append("numBlocked=").append(numBlocked).append(",\n"); in toStringWithIndent()703 maybePut(dump, "numBlocked", numBlocked); in dumpJson()