Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/
DLocaleOverrider.java182 Map<Locale, DataFileGroup> localeToFileGroup = new HashMap<>(); in getFileGroupWithMatchStrategy() local
192 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()