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 27 SEARCH_SUGGEST = 8, // 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:
  /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);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxSuggestion.java 49 SEARCH_SUGGEST (8), // A suggested search (with the default engine).

Completed in 1511 milliseconds