Home | History | Annotate | Download | only in browser

Lines Matching refs:Search

114 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.
431 // The user submitted the same search as the last voice
432 // search, so do nothing.
450 // If this was a search request (e.g. search query directly typed into the address bar),
451 // pass it on to the default web search provider.
464 // If a voice search has no appId, it means that it came
554 // FIXME: quick search, need to be customized by setting
567 * Launches the default web search activity with the query parameters if the given intent's data
568 * are identified as plain search terms and not URLs/shortcuts.
569 * @return true if the intent was handled and web search activity was launched, false if not.
593 * Launches the default web search activity with the query parameters if the given url string
594 * was identified as plain search terms and not URL/shortcut.
595 * @return true if the request was handled and web search activity was launched, false if not.
601 // But currently, we get the user-typed URL from search box as well.
604 // URLs and site specific search shortcuts are handled by the regular flow of control, so
670 // But currently, we get the user-typed URL from search box as well.
686 source = appData.getString(Search.SOURCE);
1175 bundle.putString(Search.SOURCE, source);
1919 // If we are in voice search mode, the title has already been set.
2058 // still down, we don't want to trigger the search. Pretend to consume
2610 .parse("market://search?q=pname:" + packagename));
3602 * Attempts to determine whether user input is a URL or search
3603 * terms. Anything with a space is passed to search.
3855 // Google search
3857 // Wikipedia search
3858 final static String QuickSearch_W = "http://en.wikipedia.org/w/index.php?search=%s&go=Go";
3859 // Dictionary search
3860 final static String QuickSearch_D = "http://dictionary.reference.com/search?q=%s";
3861 // Google Mobile Local search
3862 final static String QuickSearch_L = "http://www.google.com/m/search?site=local&q=%s&near=mountain+view";
3866 // "source" parameter for Google search through search key
3868 // "source" parameter for Google search through goto menu
3870 // "source" parameter for Google search through simplily type
3872 // "source" parameter for Google search suggested by the browser
3874 // "source" parameter for Google search from unknown source