Searched refs:wordLists (Results 1 – 2 of 2) sorted by relevance
176 final File[] wordLists = directory.listFiles(); in getCachedWordLists() local177 if (null != wordLists) { in getCachedWordLists()178 for (File wordList : wordLists) { in getCachedWordLists()
120 public ResourcePathCursor(final Collection<WordListInfo> wordLists) { in ResourcePathCursor() argument125 mWordLists = wordLists.toArray(new WordListInfo[0]); in ResourcePathCursor()