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