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.java402 public int numWithInbox; field in NotificationUsageStats.AggregatedStats
489 numWithInbox++; in countApiUse()
534 maybeCount("note_inbox", (numWithInbox - previous.numWithInbox)); in emit()
567 previous.numWithInbox = numWithInbox; in emit()
664 output.append("numWithInbox=").append(numWithInbox).append("\n"); in toStringWithIndent()
715 maybePut(dump, "numWithInbox", numWithInbox); in dumpJson()