Home
last modified time | relevance | path

Searched refs:numWithStaredPeople (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java224 stats.numWithStaredPeople++; in registerPeopleAffinity()
378 public int numWithStaredPeople; field in NotificationUsageStats.AggregatedStats
507 maybeCount("note_with_stars", (numWithStaredPeople - previous.numWithStaredPeople)); in emit()
541 previous.numWithStaredPeople = numWithStaredPeople; in emit()
622 output.append("numWithStaredPeople=").append(numWithStaredPeople).append(",\n"); in toStringWithIndent()
687 maybePut(dump, "numWithStaredPeople", numWithStaredPeople); in dumpJson()