Lines Matching refs:search
115 import com.android.browser.search.SearchEngine;
116 import com.android.common.Search;
193 // If this was a web search request, pass it on to the default web
194 // search provider and finish this activity.
438 // The user submitted the same search as the last voice
439 // search, so do nothing.
457 // If this was a search request (e.g. search query directly typed into the address bar),
458 // pass it on to the default web search provider.
477 // If a voice search has no appId, it means that it came
565 * Launches the default web search activity with the query parameters if the given intent's data
566 * are identified as plain search terms and not URLs/shortcuts.
567 * @return true if the intent was handled and web search activity was launched, false if not.
591 * Launches the default web search activity with the query parameters if the given url string
592 * was identified as plain search terms and not URL/shortcut.
593 * @return true if the request was handled and web search activity was launched, false if not.
599 // But currently, we get the user-typed URL from search box as well.
645 // AppId will be set to the Browser for Search Bar initiated searches
663 // But currently, we get the user-typed URL from search box as well.
679 source = appData.getString(Search.SOURCE);
1179 bundle.putString(Search.SOURCE, source);
1994 // If we are in voice search mode, the title has already been set.
2133 // still down, we don't want to trigger the search. Pretend to consume
2686 .parse("market://search?q=pname:" + packagename));
3674 * Attempts to determine whether user input is a URL or search
3675 * terms. Anything with a space is passed to search.
3916 // Google search
3921 // "source" parameter for Google search through search key
3923 // "source" parameter for Google search through goto menu
3925 // "source" parameter for Google search through simplily type
3927 // "source" parameter for Google search suggested by the browser
3929 // "source" parameter for Google search from unknown source