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.java391 public int numWithInbox; field in NotificationUsageStats.AggregatedStats
477 numWithInbox++; in countApiUse()
522 maybeCount("note_inbox", (numWithInbox - previous.numWithInbox)); in emit()
555 previous.numWithInbox = numWithInbox; in emit()
652 output.append("numWithInbox=").append(numWithInbox).append("\n"); in toStringWithIndent()
701 maybePut(dump, "numWithInbox", numWithInbox); in dumpJson()