HomeSort by relevance Sort by last modified time
    Searched defs:SEARCH_SUGGEST (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/
autocomplete_match_type.h 24 SEARCH_SUGGEST, // A suggested search (with the default engine).
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 48 private static final int SEARCH_SUGGEST = 2;
61 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY, SEARCH_SUGGEST);
62 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*", SEARCH_SUGGEST);
94 case SEARCH_SUGGEST:
177 case SEARCH_SUGGEST:
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 78 SEARCH_SUGGEST, // A suggested search (with the default engine).
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestionProvider.java 43 private static final int SEARCH_SUGGEST = 0;
77 if (match == SEARCH_SUGGEST) {
122 SEARCH_SUGGEST);
124 SEARCH_SUGGEST);

Completed in 170 milliseconds