Searched refs:Search (Results 1 – 25 of 63) sorted by relevance
123
20 …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, when41 <p>You can make it possible for Google Search to open specific content in your42 app by providing intent filters for your activities. Google Search49 <p>To enable Google Search app indexing, you need to provide Google with
34 <p>The deep links that you share with Google Search must take this URI50 <p>To annotate the deep link for Google Search app indexing in your71 <p>Instead of specifying the deep links for Google Search app indexing in your
1 page.title=Drive installs from Google Search2 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 users26 links already available to Google Search.</p>
16 <span class="en">Drive Installs from Search</span>
1 page.title=Adding Search Functionality23 <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>
3 previous.title=Setting Up the Search Interface21 <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
16 <li><a href="{@docRoot}training/search/backward-compat.html#provide-sd">Provide the Search42 <h2 id="provide-sd">Provide the Search Dialog for Older Devices</h2>
1 page.title=Setting Up the Search Interface13 <li><a href="{@docRoot}training/search/setup.html#add-sv">Add the Search View to the Action42 <h2 id="add-sv">Add the Search View to the Action Bar</h2>
31 public class Search { class55 private Search() { } // don't instantiate in Search() method in Search
178 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 …]
275 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()
13 <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>
13 <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 …]
1 page.title=Search Overview8 <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 able49 <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>
25 <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 indicates394 suggestion from Quick Search Box. If missing, the result is stored as a shortcut and never400 <dd>Only used when providing suggestions for Quick Search Box. This column specifies that403 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 …]
9 <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><content-or-product></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 the197 Quick Search Box.) Set to "true" if you want your suggestions to be198 included in the globally accessible Quick Search Box. The user must200 your suggestions will appear in Quick Search Box.</dd>[all …]
1 page.title=Creating a Search Interface19 <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 visible183 Android applications, you should format the string for {@code android:hint} as "Search[all …]
39 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 Search61 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,
54 Quick Search Box68 <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>
69 Messaging Search121 <li>Search functionality for all saved SMS and MMS messages.</li>
94 <li>Search within a page</li>98 <li>Unified Go and Search box</li>
1 page.title=Increase Usage with Search9 they need. With App Indexing, deep links to your Android app appear in Google Search15 Google Search for developers can also help you re-engage your users in other ways
23 <span class="en">Drive Usage with Search</span></a>
37 for Search and the action overflow, which reveals additional actions.</a>54 <!-- Search, should appear as action button -->74 <p>This declares that the Search action should appear as an action button when room105 <!-- Search, should appear as action button -->
16 <li><a href="#search">Search</a></li>102 Search109 Search on Google Play lets users pinpoint an app or game quickly. Search uses