Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java125 ZenModeHelper zenHelper, NotificationUsageStats usageStats, String[] extractorNames) { in RankingHelper() argument
135 final int N = extractorNames.length; in RankingHelper()
139 Class<?> extractorClass = mContext.getClassLoader().loadClass(extractorNames[i]); in RankingHelper()
147 Slog.w(TAG, "Couldn't find extractor " + extractorNames[i] + ".", e); in RankingHelper()
149 Slog.w(TAG, "Couldn't instantiate extractor " + extractorNames[i] + ".", e); in RankingHelper()
151 Slog.w(TAG, "Problem accessing extractor " + extractorNames[i] + ".", e); in RankingHelper()