Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java395 public int numWithInfoText; field in NotificationUsageStats.AggregatedStats
501 numWithInfoText++; in countApiUse()
533 maybeCount("note_info_text", (numWithInfoText - previous.numWithInfoText)); in emit()
568 previous.numWithInfoText = numWithInfoText; in emit()
673 output.append("numWithInfoText=").append(numWithInfoText).append("\n"); in toStringWithIndent()
722 maybePut(dump, "numWithInfoText", numWithInfoText); in dumpJson()