Home
last modified time | relevance | path

Searched refs:Search (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/docs/html/training/app-indexing/
Dindex.jd20 …now-across-apps.html" class="external-link" target="_blank">The power of Search, now across apps (…
22 target="_blank">App Indexing for Google Search</a></li>
38 Android app as a destination to users through Google Search results, when
41 <p>You can make it possible for Google Search to open specific content in your
42 app by providing intent filters for your activities. Google Search
49 <p>To enable Google Search app indexing, you need to provide Google with
Denabling-app-indexing.jd34 <p>The deep links that you share with Google Search must take this URI
50 <p>To annotate the deep link for Google Search app indexing in your
71 <p>Instead of specifying the deep links for Google Search app indexing in your
/frameworks/base/docs/html/distribute/users/
Dappindexing.jd1 page.title=Drive installs from Google Search
2 page.metaDescription=Surface the content of your apps in Google Search and link it to app installs.
8 <p>Google Search now helps users discover your app, with App Indexing. When users
26 links already available to Google Search.</p>
Dusers_toc.cs16 <span class="en">Drive Installs from Search</span>
/frameworks/base/docs/html/training/search/
Dindex.jd1 page.title=Adding Search Functionality
23 <li><a href="{@docRoot}guide/topics/search/index.html">Search</a></li>
41 <dt><b><a href="setup.html">Setting Up the Search Interface</a></b></dt>
Dsearch.jd3 previous.title=Setting Up the Search Interface
21 <li><a href="{@docRoot}training/search/search.html#search">Search for the Query</a></li>
168 <h2 id="search">Search for the Query</h2>
198 <p>Search for a query by calling <code>getWordMatches()</code>. Any matching results are returned
Dbackward-compat.jd16 <li><a href="{@docRoot}training/search/backward-compat.html#provide-sd">Provide the Search
42 <h2 id="provide-sd">Provide the Search Dialog for Older Devices</h2>
Dsetup.jd1 page.title=Setting Up the Search Interface
13 <li><a href="{@docRoot}training/search/setup.html#add-sv">Add the Search View to the Action
42 <h2 id="add-sv">Add the Search View to the Action Bar</h2>
/frameworks/ex/common/java/com/android/common/
DSearch.java31 public class Search { class
55 private Search() { } // don't instantiate in Search() method in Search
/frameworks/base/tools/aidl/
Dgenerate_java_rpc.cpp178 Type* t = NAMES.Search(arg->type.type.data); in AddMethod()
210 Type* returnType = NAMES.Search(method->type.type.data); in AddMethod()
241 Type* t = NAMES.Search(arg->type.type.data); in AddMethod()
653 resultMethod->parameters.push_back(new Variable(NAMES.Search(method->type.type.data), in generate_results_method()
660 NAMES.Search(arg->type.type.data), arg->name.data, in generate_results_method()
699 Type* t = NAMES.Search(arg->type.type.data); in generate_proxy_method()
760 Type* t = NAMES.Search(method->type.type.data); in generate_result_dispatcher_method()
775 Type* t = NAMES.Search(arg->type.type.data); in generate_result_dispatcher_method()
819 decl->returnType = NAMES.Search(method->type.type.data); in generate_regular_method()
825 NAMES.Search(arg->type.type.data), arg->name.data, in generate_regular_method()
[all …]
Dgenerate_java_binder.cpp275 decl->returnType = NAMES.Search(method->type.type.data); in generate_method()
282 NAMES.Search(arg->type.type.data), arg->name.data, in generate_method()
306 Type* t = NAMES.Search(arg->type.type.data); in generate_method()
367 Type* t = NAMES.Search(arg->type.type.data); in generate_method()
388 proxy->returnType = NAMES.Search(method->type.type.data); in generate_method()
395 NAMES.Search(arg->type.type.data), arg->name.data, in generate_method()
434 Type* t = NAMES.Search(arg->type.type.data); in generate_method()
477 Type* t = NAMES.Search(arg->type.type.data); in generate_method()
/frameworks/base/docs/html/training/tv/discovery/
Din-app-search.jd13 <li><a href="#add-search-action">Add a Search Action</a></li>
14 <li><a href="#add-search-ui">Add Search Input and Results</a></li>
40 <h2 id="add-search-action">Add a Search Action</h2>
79 <h2 id="add-search-ui">Add a Search Input and Results</h2>
Dsearchable.jd13 <li><a href="#provide">Provide Search Suggestion Data</a></li>
14 <li><a href="#suggestions">Handle Search Suggestions</a></li>
15 <li><a href="#terms">Handle Search Terms</a></li>
20 <li><a href="{@docRoot}guide/topics/search/index.html">Search</a></li>
21 <li><a href="{@docRoot}training/search/index.html">Adding Search Functionality</a></li>
47 <a href="{@docRoot}guide/topics/search/index.html">Search API guide</a> before following this lesso…
48 See also the training <a href="{@docRoot}training/search/index.html">Adding Search Functionality</a…
175 <a href="#suggestions">Handle Search Suggestions</a>, below.
184 <h2 id="provide">Provide Search Suggestion Data</h2>
252 <h2 id="suggestions">Handle Search Suggestions</h2>
[all …]
/frameworks/base/docs/html/guide/topics/search/
Dindex.jd1 page.title=Search Overview
8 <li><a href="search-dialog.html">Creating a Search Interface</a></li>
25 <p>Search is a core user feature on Android. Users should be able
49 <li>Offer your application's search suggestions in the system-wide Quick Search Box</li>
66 <dt><strong><a href="search-dialog.html">Creating a Search Interface</a></strong></dt>
73 in the system-wide Quick Search Box.</dd>
Dadding-custom-suggestions.jd25 <li><a href="#QSB">Exposing Search Suggestions to Quick Search Box</a></li>
57 Search Box, providing access to your content from outside your application.</p>
61 application. If you haven't, see <a href="search-dialog.html">Creating a Search Interface</a>.</p>
85 href="search-dialog.html">Creating a Search Interface</a>.</li>
391 <dd>Only used when providing suggestions for Quick Search Box. This column indicates
394 suggestion from Quick Search Box. If missing, the result is stored as a shortcut and never
400 <dd>Only used when providing suggestions for Quick Search Box. This column specifies that
403 while the shortcut of this suggestion is being refreshed in Quick Search Box.</dd>
603 <h2 id="QSB">Exposing search suggestions to Quick Search Box</h2>
606 to the globally accessible Quick Search Box is as easy as modifying your searchable configuration to
[all …]
Dsearchable-config.jd9 <li><a href="search-dialog.html">Creating a Search Interface</a></li>
22 guide about <a href="search-dialog.html">Creating a Search Interface</a>.</p>
85 string for {@code android:hint} as "Search <em>&lt;content-or-product&gt;</em>". For example,
86 "Search songs and artists" or "Search YouTube".</dd>
134 <h4>Search suggestion attributes</h4>
189 <h4>Quick Search Box attributes</h4>
191 <p>To make your custom search suggestions available to Quick Search Box, you need some of the
197 Quick Search Box.) Set to "true" if you want your suggestions to be
198 included in the globally accessible Quick Search Box. The user must
200 your suggestions will appear in Quick Search Box.</dd>
[all …]
Dsearch-dialog.jd1 page.title=Creating a Search Interface
19 <li><a href="#SearchDialog">Using the Search Dialog</a>
26 <li><a href="#UsingSearchWidget">Using the Search Widget</a>
33 <li><a href="#VoiceSearch">Adding Voice Search</a></li>
34 <li><a href="#SearchSuggestions">Adding Search Suggestions</a></li>
73 <li>Search suggestions based on recent queries</li>
74 <li>Search suggestions that match actual results in your application data</li>
132 Search button).</p>
174 user until you enable search suggestions for Quick Search Box. At that point, this label is visible
183 Android applications, you should format the string for {@code android:hint} as "Search
[all …]
Dadding-recent-query-suggestions.jd39 If you haven't, see <a href="search-dialog.html">Creating a Search Interface</a>.</p>
54 searchable activity already handles (as described in <a href="search-dialog.html">Creating a Search
61 href="{@docRoot}guide/topics/search/search-dialog.html">Creating a Search Interface</a>.</li>
233 <p>Execute this from your choice of a "Clear Search History" menu item,
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd54 Quick Search Box
68 <h3 id="QuickSearchBox">Quick Search Box for Android</h3>
80 content from their applications in Quick Search Box.</p>
144 <h3 id="SearchFramework">Expanded Search Framework</h3>
148 content from their applications in Quick Search Box, the global search tool.
152 they'd like to receive suggestions, under Searchable items in the Search settings.</p>
Dandroid-2.0-highlights.jd69 Messaging Search
121 <li>Search functionality for all saved SMS and MMS messages.</li>
Dandroid-1.5-highlights.jd94 <li>Search within a page</li>
98 <li>Unified Go and Search box</li>
/frameworks/base/docs/html/distribute/engage/
Ddeep-linking.jd1 page.title=Increase Usage with Search
9 they need. With App Indexing, deep links to your Android app appear in Google Search
15 Google Search for developers can also help you re-engage your users in other ways
Dengage_toc.cs23 <span class="en">Drive Usage with Search</span></a>
/frameworks/base/docs/html/training/basics/actionbar/
Dadding-buttons.jd37 for Search and the action overflow, which reveals additional actions.</a>
54 &lt;!-- Search, should appear as action button -->
74 <p>This declares that the Search action should appear as an action button when room
105 &lt;!-- Search, should appear as action button -->
/frameworks/base/docs/html/distribute/googleplay/
Dabout.jd16 <li><a href="#search">Search</a></li>
102 Search
109 Search on Google Play lets users pinpoint an app or game quickly. Search uses

123