Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java149 stats.numPostedByApp++; in registerPostedByApp()
373 public int numPostedByApp; field in NotificationUsageStats.AggregatedStats
503 maybeCount("note_post", (numPostedByApp - previous.numPostedByApp)); in emit()
536 previous.numPostedByApp = numPostedByApp; in emit()
614 output.append("numPostedByApp=").append(numPostedByApp).append(",\n"); in toStringWithIndent()
682 maybePut(dump, "numPostedByApp", numPostedByApp); in dumpJson()