Searched refs:numWithStaredPeople (Results 1 – 1 of 1) sorted by relevance
208 stats.numWithStaredPeople++; in registerPeopleAffinity()376 public int numWithStaredPeople; field in NotificationUsageStats.AggregatedStats507 maybeCount("note_with_stars", (numWithStaredPeople - previous.numWithStaredPeople)); in emit()542 previous.numWithStaredPeople = numWithStaredPeople; in emit()624 output.append("numWithStaredPeople=").append(numWithStaredPeople).append(",\n"); in toStringWithIndent()693 maybePut(dump, "numWithStaredPeople", numWithStaredPeople); in dumpJson()