Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java397 public int numWithLargeIcon; field in NotificationUsageStats.AggregatedStats
488 numWithLargeIcon++; in countApiUse()
536 maybeCount("note_large_icon", (numWithLargeIcon - previous.numWithLargeIcon)); in emit()
572 previous.numWithLargeIcon = numWithLargeIcon; in emit()
672 output.append("numWithLargeIcon=").append(numWithLargeIcon).append("\n"); in toStringWithIndent()
729 maybePut(dump, "numWithLargeIcon", numWithLargeIcon); in dumpJson()