Lines Matching refs:search
35 import com.android.browser.search.SearchEngine;
36 import com.android.common.Search;
47 // "source" parameter for Google search suggested by the browser
49 // "source" parameter for Google search from unknown source
99 // If this was a search request (e.g. search query directly typed into the address bar),
100 // pass it on to the default web search provider.
228 // But currently, we get the user-typed URL from search box as well.
236 source = appData.getString(Search.SOURCE);
250 * Launches the default web search activity with the query parameters if the given intent's data
251 * are identified as plain search terms and not URLs/shortcuts.
252 * @return true if the intent was handled and web search activity was launched, false if not.
274 * Launches the default web search activity with the query parameters if the given url string
275 * was identified as plain search terms and not URL/shortcut.
276 * @return true if the request was handled and web search activity was launched, false if not.
284 // But currently, we get the user-typed URL from search box as well.