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.java184 stats.numRemovedByApp++; in registerRemovedByApp()
375 public int numRemovedByApp; field in NotificationUsageStats.AggregatedStats
505 maybeCount("note_remove", (numRemovedByApp - previous.numRemovedByApp)); in emit()
538 previous.numRemovedByApp = numRemovedByApp; in emit()
618 output.append("numRemovedByApp=").append(numRemovedByApp).append(",\n"); in toStringWithIndent()
684 maybePut(dump, "numRemovedByApp", numRemovedByApp); in dumpJson()