Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
DUserHistoryDictionaryTests.java148 final UserHistoryDictionary dicts[] = new UserHistoryDictionary[numberOfLanguages]; in doTestStressTestForSwitchingLanguagesAndAddingWords() local
162 dicts[i] = PersonalizationHelper.getUserHistoryDictionary(getContext(), in doTestStressTestForSwitchingLanguagesAndAddingWords()
164 clearHistory(dicts[i]); in doTestStressTestForSwitchingLanguagesAndAddingWords()
172 assertTrue(UserHistoryDictionaryTestsHelper.addAndWriteRandomWords(dicts[index], in doTestStressTestForSwitchingLanguagesAndAddingWords()
184 assertDictionaryExists(dicts[i], dictFiles[i]); in doTestStressTestForSwitchingLanguagesAndAddingWords()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java352 final HashMap<String, WordListInfo> dicts = new HashMap<>(); in getDictionaryWordListsForLocale() local
411 final WordListInfo currentBestMatch = dicts.get(wordListCategory); in getDictionaryWordListsForLocale()
414 dicts.put(wordListCategory, new WordListInfo(wordListId, wordListLocale, in getDictionaryWordListsForLocale()
419 return Collections.unmodifiableCollection(dicts.values()); in getDictionaryWordListsForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtils.java502 final File[] dicts = BinaryDictionaryGetter.getCachedWordLists(
504 for (final File dict : dicts) {