Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java398 public int numWithInbox; field in NotificationUsageStats.AggregatedStats
491 numWithInbox++; in countApiUse()
537 maybeCount("note_inbox", (numWithInbox - previous.numWithInbox)); in emit()
573 previous.numWithInbox = numWithInbox; in emit()
674 output.append("numWithInbox=").append(numWithInbox).append("\n"); in toStringWithIndent()
730 maybePut(dump, "numWithInbox", numWithInbox); in dumpJson()