Home
last modified time | relevance | path

Searched defs:SuggestionsCursor (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/search/
DOpenSearchSearchEngine.java212 private static class SuggestionsCursor extends AbstractCursor { class in OpenSearchSearchEngine
218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) { in SuggestionsCursor() method in OpenSearchSearchEngine.SuggestionsCursor
/packages/apps/Mms/src/com/android/mms/
DSuggestionsProvider.java89 private class SuggestionsCursor implements CrossProcessCursor { class in SuggestionsProvider
96 public SuggestionsCursor(Cursor cursor, String query) { in SuggestionsCursor() method in SuggestionsProvider.SuggestionsCursor
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java2145 static class SuggestionsCursor extends AbstractCursor { class in BrowserProvider2
2173 public SuggestionsCursor(Cursor cursor) { in SuggestionsCursor() method in BrowserProvider2.SuggestionsCursor