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/
DictionaryFacilitatorImpl.java
77
DICT_TYPE_TO_CLASS
= new HashMap<>();
80
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_USER_HISTORY, UserHistoryDictionary.class);
81
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_USER, UserBinaryDictionary.class);
82
DICT_TYPE_TO_CLASS
.put(Dictionary.TYPE_CONTACTS, ContactsBinaryDictionary.class);
255
DICT_TYPE_TO_CLASS
.get(dictType);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettingsFragment.java
62
for (final String dictName : DictionaryFacilitatorImpl.
DICT_TYPE_TO_CLASS
.keySet()) {
Completed in 57 milliseconds