Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java394 public int numWithInfoText; field in NotificationUsageStats.AggregatedStats
496 numWithInfoText++; in countApiUse()
527 maybeCount("note_info_text", (numWithInfoText - previous.numWithInfoText)); in emit()
561 previous.numWithInfoText = numWithInfoText; in emit()
664 output.append("numWithInfoText=").append(numWithInfoText).append("\n"); in toStringWithIndent()
712 maybePut(dump, "numWithInfoText", numWithInfoText); in dumpJson()