Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java392 public int numWithText; field in NotificationUsageStats.AggregatedStats
488 numWithText++; in countApiUse()
525 maybeCount("note_text", (numWithText - previous.numWithText)); in emit()
559 previous.numWithText = numWithText; in emit()
660 output.append("numWithText=").append(numWithText).append("\n"); in toStringWithIndent()
710 maybePut(dump, "numWithText", numWithText); in dumpJson()