Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java177 stats.numRemovedByApp++; in registerRemovedByApp()
381 public int numRemovedByApp; field in NotificationUsageStats.AggregatedStats
519 maybeCount("note_remove", (numRemovedByApp - previous.numRemovedByApp)); in emit()
555 previous.numRemovedByApp = numRemovedByApp; in emit()
638 output.append("numRemovedByApp=").append(numRemovedByApp).append(",\n"); in toStringWithIndent()
712 maybePut(dump, "numRemovedByApp", numRemovedByApp); in dumpJson()