Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java257 final File[] cachedWordLists = getCachedWordLists(locale.toString(), context); in getDictionaryFiles() local
264 for (final File f : cachedWordLists) { in getDictionaryFiles()