Searched refs:extractorNames (Results 1 – 3 of 3) sorted by relevance
44 ZenModeHelper zenHelper, NotificationUsageStats usageStats, String[] extractorNames) { in RankingHelper() argument49 final int N = extractorNames.length; in RankingHelper()53 Class<?> extractorClass = mContext.getClassLoader().loadClass(extractorNames[i]); in RankingHelper()61 Slog.w(TAG, "Couldn't find extractor " + extractorNames[i] + ".", e); in RankingHelper()63 Slog.w(TAG, "Couldn't instantiate extractor " + extractorNames[i] + ".", e); in RankingHelper()65 Slog.w(TAG, "Problem accessing extractor " + extractorNames[i] + ".", e); in RankingHelper()
1899 String[] extractorNames; in init() local1901 extractorNames = resources.getStringArray(R.array.config_notificationSignalExtractors); in init()1903 extractorNames = new String[0]; in init()1964 extractorNames); in init()
442 @NonNull String... extractorNames) { in createForExtractors()445 builder.append(extractorNames[0]); in createForExtractors()446 for (int i = 1; i < extractorNames.length; i++) { in createForExtractors()448 builder.append(extractorNames[i]); in createForExtractors()454 private UnrecognizedInputFormatException(String extractorNames) { in UnrecognizedInputFormatException() argument455 super(extractorNames); in UnrecognizedInputFormatException()