Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java176 final File[] wordLists = directory.listFiles(); in getCachedWordLists() local
177 if (null != wordLists) { in getCachedWordLists()
178 for (File wordList : wordLists) { in getCachedWordLists()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java120 public ResourcePathCursor(final Collection<WordListInfo> wordLists) { in ResourcePathCursor() argument
125 mWordLists = wordLists.toArray(new WordListInfo[0]); in ResourcePathCursor()