Searched defs:ResourcePathCursor (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryProvider.java106 private static final class ResourcePathCursor extends AbstractCursor { class in class:DictionaryProvider
115 public ResourcePathCursor(final Collection<WordListInfo> wordLists) { method in class:DictionaryProvider.ResourcePathCursor
252 return new ResourcePathCursor(dictFiles);
255 return new ResourcePathCursor(Collections.<WordListInfo>emptyList());

Completed in 39 milliseconds