Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java391 public int numWithMediaSession; field in NotificationUsageStats.AggregatedStats
485 numWithMediaSession++; in countApiUse()
529 maybeCount("note_media", (numWithMediaSession - previous.numWithMediaSession)); in emit()
564 previous.numWithMediaSession = numWithMediaSession; in emit()
665 output.append("numWithMediaSession=").append(numWithMediaSession).append("\n"); in toStringWithIndent()
718 maybePut(dump, "numWithMediaSession", numWithMediaSession); in dumpJson()