Searched refs:numWithStaredPeople (Results 1 – 1 of 1) sorted by relevance
226 stats.numWithStaredPeople++; in registerPeopleAffinity()389 public int numWithStaredPeople; field in NotificationUsageStats.AggregatedStats519 maybeCount("note_with_stars", (numWithStaredPeople - previous.numWithStaredPeople)); in emit()553 previous.numWithStaredPeople = numWithStaredPeople; in emit()634 output.append("numWithStaredPeople=").append(numWithStaredPeople).append(",\n"); in toStringWithIndent()701 maybePut(dump, "numWithStaredPeople", numWithStaredPeople); in dumpJson()