Searched refs:sSharedDictionaryControllers (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java65 private static final HashMap<String, DictionaryController> sSharedDictionaryControllers = field in class:ExpandableBinaryDictionary
115 DictionaryController controller = sSharedDictionaryControllers.get(filename);
118 sSharedDictionaryControllers.put(filename, controller);

Completed in 991 milliseconds