Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java737 private final String[] mCounterNames; field in NotificationUsageStats.ImportanceHistogram
744 mCounterNames = new String[NUM_IMPORTANCES]; in ImportanceHistogram()
747 mCounterNames[i] = mPrefix + IMPORTANCE_NAMES[i]; in ImportanceHistogram()
760 MetricsLogger.count(mContext, mCounterNames[i], value); in maybeCount()