Searched refs:dicts (Results 1 – 3 of 3) sorted by relevance
165 final UserHistoryDictionary dicts[] = new UserHistoryDictionary[numberOfLanguages]; in doTestStressTestForSwitchingLanguagesAndAddingWords() local179 dicts[i] = PersonalizationHelper.getUserHistoryDictionary(getContext(), in doTestStressTestForSwitchingLanguagesAndAddingWords()181 clearHistory(dicts[i]); in doTestStressTestForSwitchingLanguagesAndAddingWords()189 assertTrue(UserHistoryDictionaryTestsHelper.addAndWriteRandomWords(dicts[index], in doTestStressTestForSwitchingLanguagesAndAddingWords()201 assertDictionaryExists(dicts[i], dictFiles[i]); in doTestStressTestForSwitchingLanguagesAndAddingWords()
352 final HashMap<String, WordListInfo> dicts = new HashMap<>(); in getDictionaryWordListsForLocale() local411 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()
502 final File[] dicts = BinaryDictionaryGetter.getCachedWordLists(504 for (final File dict : dicts) {