Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java754 private final String[] mCounterNames; field in NotificationUsageStats.ImportanceHistogram
761 mCounterNames = new String[NUM_IMPORTANCES]; in ImportanceHistogram()
764 mCounterNames[i] = mPrefix + IMPORTANCE_NAMES[i]; in ImportanceHistogram()
777 MetricsLogger.count(mContext, mCounterNames[i], value); in maybeCount()