Searched refs:dicts (Results 1 – 2 of 2) sorted by relevance
360 final HashMap<String, WordListInfo> dicts = new HashMap<>(); in getDictionaryWordListsForLocale() local420 final WordListInfo currentBestMatch = dicts.get(wordListCategory); in getDictionaryWordListsForLocale()423 dicts.put(wordListCategory, new WordListInfo(wordListId, wordListLocale, in getDictionaryWordListsForLocale()428 return Collections.unmodifiableCollection(dicts.values()); in getDictionaryWordListsForLocale()
346 File[] dicts = BinaryDictionaryGetter.getCachedWordLists(localeString, context); in getCurrentDictionaryFileNameAndVersionInfo() local347 for (final File dict : dicts) { in getCurrentDictionaryFileNameAndVersionInfo()