Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java388 public int numWithActions; field in NotificationUsageStats.AggregatedStats
439 numWithActions++; in countApiUse()
526 maybeCount("note_with_actions", (numWithActions - previous.numWithActions)); in emit()
562 previous.numWithActions = numWithActions; in emit()
652 output.append("numWithActions=").append(numWithActions).append(",\n"); in toStringWithIndent()
719 maybePut(dump, "numWithActions", numWithActions); in dumpJson()