OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dicts
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
352
final HashMap<String, WordListInfo>
dicts
= new HashMap<>();
local
411
final WordListInfo currentBestMatch =
dicts
.get(wordListCategory);
414
dicts
.put(wordListCategory, new WordListInfo(wordListId, wordListLocale,
419
return Collections.unmodifiableCollection(
dicts
.values());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java
148
final UserHistoryDictionary
dicts
[] = new UserHistoryDictionary[numberOfLanguages];
local
162
dicts
[i] = PersonalizationHelper.getUserHistoryDictionary(getContext(),
164
clearHistory(
dicts
[i]);
171
// Switch to
dicts
[index].
172
assertTrue(UserHistoryDictionaryTestsHelper.addAndWriteRandomWords(
dicts
[index],
184
assertDictionaryExists(
dicts
[i], dictFiles[i]);
Completed in 468 milliseconds