Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java821 public long airtimeCount = 0; field in NotificationUsageStats.SingleNotificationStats
910 airtimeCount++; in onVisibilityChanged()
975 output.append("airtimeCount=").append(airtimeCount).append(", "); in toString()
995 airtimeCount = old.airtimeCount; in updateFrom()