Searched refs:SuggestionsCursor (Results 1 – 3 of 3) sorted by relevance
160 return new SuggestionsCursor(suggestions, descriptions); in getSuggestions()212 private static class SuggestionsCursor extends AbstractCursor { class in OpenSearchSearchEngine218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) { in SuggestionsCursor() method in OpenSearchSearchEngine.SuggestionsCursor
81 return new SuggestionsCursor(c, selectionArgs[0]); in query()89 private class SuggestionsCursor implements CrossProcessCursor { class in SuggestionsProvider96 public SuggestionsCursor(Cursor cursor, String query) { in SuggestionsCursor() method in SuggestionsProvider.SuggestionsCursor
1162 return new SuggestionsCursor(c); in doSuggestQuery()2145 static class SuggestionsCursor extends AbstractCursor { class in BrowserProvider22173 public SuggestionsCursor(Cursor cursor) { in SuggestionsCursor() method in BrowserProvider2.SuggestionsCursor