Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java46 ZenModeHelper zenHelper, NotificationUsageStats usageStats, String[] extractorNames) { in RankingHelper() argument
51 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()
H A DNotificationManagerService.java2274 String[] extractorNames; in init() local
2276 extractorNames = resources.getStringArray(R.array.config_notificationSignalExtractors); in init()
2278 extractorNames = new String[0]; in init()
2352 extractorNames); in init()