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.java751 private final String[] mCounterNames; field in NotificationUsageStats.ImportanceHistogram
758 mCounterNames = new String[NUM_IMPORTANCES]; in ImportanceHistogram()
761 mCounterNames[i] = mPrefix + IMPORTANCE_NAMES[i]; in ImportanceHistogram()
774 MetricsLogger.count(mContext, mCounterNames[i], value); in maybeCount()