Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java147 stats.numPostedByApp++; in registerPostedByApp()
371 public int numPostedByApp; field in NotificationUsageStats.AggregatedStats
503 maybeCount("note_post", (numPostedByApp - previous.numPostedByApp)); in emit()
537 previous.numPostedByApp = numPostedByApp; in emit()
616 output.append("numPostedByApp=").append(numPostedByApp).append(",\n"); in toStringWithIndent()
688 maybePut(dump, "numPostedByApp", numPostedByApp); in dumpJson()