Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java389 public int numWithLargeIcon; field in NotificationUsageStats.AggregatedStats
479 numWithLargeIcon++; in countApiUse()
527 maybeCount("note_large_icon", (numWithLargeIcon - previous.numWithLargeIcon)); in emit()
562 previous.numWithLargeIcon = numWithLargeIcon; in emit()
661 output.append("numWithLargeIcon=").append(numWithLargeIcon).append("\n"); in toStringWithIndent()
716 maybePut(dump, "numWithLargeIcon", numWithLargeIcon); in dumpJson()