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.java169 final File[] wordLists = directory.listFiles(); in getCachedWordLists() local
170 if (null != wordLists) { in getCachedWordLists()
171 for (File wordList : wordLists) { in getCachedWordLists()
207 final File[] wordLists = directory.listFiles(); in removeFilesWithIdExcept() local
208 if (null == wordLists) continue; in removeFilesWithIdExcept()
209 for (File wordList : wordLists) { in removeFilesWithIdExcept()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java119 public ResourcePathCursor(final Collection<WordListInfo> wordLists) { in ResourcePathCursor() argument
124 mWordLists = wordLists.toArray(new WordListInfo[0]); in ResourcePathCursor()