Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java63 ZenModeHelper zenHelper, NotificationUsageStats usageStats, String[] extractorNames, in RankingHelper() argument
73 final int N = extractorNames.length; in RankingHelper()
77 Class<?> extractorClass = mContext.getClassLoader().loadClass(extractorNames[i]); in RankingHelper()
89 Slog.w(TAG, "Couldn't find extractor " + extractorNames[i] + ".", e); in RankingHelper()
91 Slog.w(TAG, "Couldn't instantiate extractor " + extractorNames[i] + ".", e); in RankingHelper()
93 Slog.w(TAG, "Problem accessing extractor " + extractorNames[i] + ".", e); in RankingHelper()
DNotificationManagerService.java2439 String[] extractorNames; in init() local
2441 extractorNames = resources.getStringArray(R.array.config_notificationSignalExtractors); in init()
2443 extractorNames = new String[0]; in init()
2522 mZenModeHelper, mUsageStats, extractorNames, mPlatformCompat); in init()