HomeSort by relevance Sort by last modified time
    Searched refs:SuggestionsCursor (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 160 return new SuggestionsCursor(suggestions, descriptions);
212 private static class SuggestionsCursor extends AbstractCursor {
218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) {
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 82 return new SuggestionsCursor(c, selectionArgs[0]);
90 private class SuggestionsCursor implements CrossProcessCursor {
97 public SuggestionsCursor(Cursor cursor, String query) {
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]

Completed in 374 milliseconds