Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java393 public int numWithText; field in NotificationUsageStats.AggregatedStats
493 numWithText++; in countApiUse()
531 maybeCount("note_text", (numWithText - previous.numWithText)); in emit()
566 previous.numWithText = numWithText; in emit()
669 output.append("numWithText=").append(numWithText).append("\n"); in toStringWithIndent()
720 maybePut(dump, "numWithText", numWithText); in dumpJson()