Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java360 final HashMap<String, WordListInfo> dicts = new HashMap<>(); in getDictionaryWordListsForLocale() local
420 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtils.java346 File[] dicts = BinaryDictionaryGetter.getCachedWordLists(localeString, context); in getCurrentDictionaryFileNameAndVersionInfo() local
347 for (final File dict : dicts) { in getCurrentDictionaryFileNameAndVersionInfo()