Home
last modified time | relevance | path

Searched refs:createMainDictionaryFromManager (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryFactory.java49 public static DictionaryCollection createMainDictionaryFromManager(final Context context, in createMainDictionaryFromManager() method in DictionaryFactory
135 public static DictionaryCollection createMainDictionaryFromManager(final Context context, in createMainDictionaryFromManager() method in DictionaryFactory
137 return createMainDictionaryFromManager(context, locale, false /* useFullEditDistance */); in createMainDictionaryFromManager()
DDictionaryFacilitator.java298 DictionaryFactory.createMainDictionaryFromManager(context, locale); in asyncReloadMainDictionary()
324 mainDictionary = DictionaryFactory.createMainDictionaryFromManager(context, locale); in resetDictionariesForTesting()