Searched refs:extractorNames (Results 1 – 2 of 2) sorted by relevance
46 ZenModeHelper zenHelper, NotificationUsageStats usageStats, String[] extractorNames) { in RankingHelper() argument51 final int N = extractorNames.length; in RankingHelper()55 Class<?> extractorClass = mContext.getClassLoader().loadClass(extractorNames[i]); in RankingHelper()63 Slog.w(TAG, "Couldn't find extractor " + extractorNames[i] + ".", e); in RankingHelper()65 Slog.w(TAG, "Couldn't instantiate extractor " + extractorNames[i] + ".", e); in RankingHelper()67 Slog.w(TAG, "Problem accessing extractor " + extractorNames[i] + ".", e); in RankingHelper()
2274 String[] extractorNames; in init() local2276 extractorNames = resources.getStringArray(R.array.config_notificationSignalExtractors); in init()2278 extractorNames = new String[0]; in init()2352 extractorNames); in init()