Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java396 public int numWithInfoText; field in NotificationUsageStats.AggregatedStats
496 numWithInfoText++; in countApiUse()
527 maybeCount("note_info_text", (numWithInfoText - previous.numWithInfoText)); in emit()
560 previous.numWithInfoText = numWithInfoText; in emit()
662 output.append("numWithInfoText=").append(numWithInfoText).append("\n"); in toStringWithIndent()
706 maybePut(dump, "numWithInfoText", numWithInfoText); in dumpJson()