Searched refs:localeToFileGroup (Results 1 – 1 of 1) sorted by relevance
182 Map<Locale, DataFileGroup> localeToFileGroup = new HashMap<>(); in getFileGroupWithMatchStrategy() local192 localeToFileGroup.put(Locale.forLanguageTag(localeString), dataFileGroup); in getFileGroupWithMatchStrategy()200 matchStrategy.apply(locale, localeToFileGroup.keySet()); in getFileGroupWithMatchStrategy()204 if (localeToFileGroup.containsKey(chosenLocale)) { in getFileGroupWithMatchStrategy()205 LogUtil.v("%s: matched groups %s", TAG, localeToFileGroup.get(chosenLocale)); in getFileGroupWithMatchStrategy()206 return Optional.of(localeToFileGroup.get(chosenLocale)); in getFileGroupWithMatchStrategy()