Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java253 private static File[] getCachedWordLists(final String locale, in getCachedWordLists() method in BinaryDictionaryGetter
360 final File[] cachedWordLists = getCachedWordLists(locale.toString(), context); in getDictionaryFiles()