Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java390 public int numWithInbox; field in NotificationUsageStats.AggregatedStats
482 numWithInbox++; in countApiUse()
528 maybeCount("note_inbox", (numWithInbox - previous.numWithInbox)); in emit()
563 previous.numWithInbox = numWithInbox; in emit()
663 output.append("numWithInbox=").append(numWithInbox).append("\n"); in toStringWithIndent()
717 maybePut(dump, "numWithInbox", numWithInbox); in dumpJson()