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.java150 stats.numPostedByApp++; in registerPostedByApp()
384 public int numPostedByApp; field in NotificationUsageStats.AggregatedStats
515 maybeCount("note_post", (numPostedByApp - previous.numPostedByApp)); in emit()
548 previous.numPostedByApp = numPostedByApp; in emit()
626 output.append("numPostedByApp=").append(numPostedByApp).append(",\n"); in toStringWithIndent()
696 maybePut(dump, "numPostedByApp", numPostedByApp); in dumpJson()