Lines Matching refs:search
4 previous.link=search.html
13 <li><a href="{@docRoot}training/search/backward-compat.html#set-sdk">Set Minimum
16 <li><a href="{@docRoot}training/search/backward-compat.html#provide-sd">Provide the Search
19 … <li><a href="{@docRoot}training/search/backward-compat.html#check-ver">Check the Android Build
26 later. To support older platforms, you can fall back to the search dialog. The search dialog is a
31 <p>To setup the search dialog, first declare in your manifest that you want to support older
44 <p>To invoke the search dialog on older devices, call {@link
45 android.app.Activity#onSearchRequested onSearchRequested()} whenever a user selects the search
49 user selects the search menu item.
55 case R.id.search:
80 (SearchView) menu.findItem(R.id.search).getActionView();