OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICT_TYPE_TO_CLASS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitator.java
80
DICT_TYPE_TO_CLASS
= new HashMap<>();
83
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_USER_HISTORY, UserHistoryDictionary.class);
84
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_PERSONALIZATION, PersonalizationDictionary.class);
85
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_USER, UserBinaryDictionary.class);
86
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_CONTACTS, ContactsBinaryDictionary.class);
87
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_CONTEXTUAL, ContextualDictionary.class);
193
DICT_TYPE_TO_CLASS
.get(dictType);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettingsFragment.java
70
for (final String dictName : DictionaryFacilitator.
DICT_TYPE_TO_CLASS
.keySet()) {
Completed in 49 milliseconds