Searched refs:SuggestionsCursor (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/search/
H A DOpenSearchSearchEngine.java160 return new SuggestionsCursor(suggestions, descriptions);
212 private static class SuggestionsCursor extends AbstractCursor { class in class:OpenSearchSearchEngine
218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) { method in class:OpenSearchSearchEngine.SuggestionsCursor
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java81 return new SuggestionsCursor(c, selectionArgs[0]);
89 private class SuggestionsCursor implements CrossProcessCursor { class in class:SuggestionsProvider
96 public SuggestionsCursor(Cursor cursor, String query) { method in class:SuggestionsProvider.SuggestionsCursor
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java1162 return new SuggestionsCursor(c);
2145 static class SuggestionsCursor extends AbstractCursor { class in class:BrowserProvider2
2173 public SuggestionsCursor(Cursor cursor) { method in class:BrowserProvider2.SuggestionsCursor

Completed in 67 milliseconds