Home | History | Annotate | Download | only in search

Lines Matching defs:search

16 package com.android.browser.search;
31 * Loads and holds data for a given web search engine.
37 // The fields of a search engine data array, defined in the same order as they appear in the
55 // The array of strings defining this search engine. The array values are in the same order as
60 * @throws IllegalArgumentException If the name does not refer to a valid search engine
81 throw new IllegalArgumentException(name + " has an empty search URI");
121 * Returns the URI for launching a web search with the given query (or null if there was no
122 * data available for this search engine).
129 * Returns the URI for retrieving web search suggestions for the given query (or null if there
130 * was no data available for this search engine).