Searched refs:wordLists (Results 1 – 2 of 2) sorted by relevance
169 final File[] wordLists = directory.listFiles(); in getCachedWordLists() local170 if (null != wordLists) { in getCachedWordLists()171 for (File wordList : wordLists) { in getCachedWordLists()207 final File[] wordLists = directory.listFiles(); in removeFilesWithIdExcept() local208 if (null == wordLists) continue; in removeFilesWithIdExcept()209 for (File wordList : wordLists) { in removeFilesWithIdExcept()
119 public ResourcePathCursor(final Collection<WordListInfo> wordLists) { in ResourcePathCursor() argument124 mWordLists = wordLists.toArray(new WordListInfo[0]); in ResourcePathCursor()