Searched refs:numWithLargeIcon (Results 1 – 1 of 1) sorted by relevance
397 public int numWithLargeIcon; field in NotificationUsageStats.AggregatedStats488 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()