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.java226 stats.numWithStaredPeople++; in registerPeopleAffinity()
389 public int numWithStaredPeople; field in NotificationUsageStats.AggregatedStats
519 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()