Home
last modified time | relevance | path

Searched refs:SearchRecentSuggestions (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
DSearchActivity.java23 import android.provider.SearchRecentSuggestions;
39 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate()
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd2 page.tags=SearchRecentSuggestions,SearchRecentSuggestionsProvider
20 <li>{@link android.provider.SearchRecentSuggestions}</li>
185 android.provider.SearchRecentSuggestions} and call {@link
186 android.provider.SearchRecentSuggestions#saveRecentQuery(String,String) saveRecentQuery()} each time
200 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this,
210 <p>The {@link android.provider.SearchRecentSuggestions#saveRecentQuery(String,String)
225 android.provider.SearchRecentSuggestions#clearHistory()}. For example:</p>
228 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this,
Dindex.jd105 search history. If you are using {@link android.provider.SearchRecentSuggestions}, you can simply
106 call the {@link android.provider.SearchRecentSuggestions#clearHistory()} method. If you are
/frameworks/base/core/java/android/provider/
DSearchRecentSuggestions.java55 public class SearchRecentSuggestions { class
131 public SearchRecentSuggestions(Context context, String authority, int mode) { in SearchRecentSuggestions() method in SearchRecentSuggestions
/frameworks/base/core/tests/coretests/src/android/provider/
DSearchRecentSuggestionsProviderTest.java42 SearchRecentSuggestions mSearchHelper;
57 mSearchHelper = new SearchRecentSuggestions(getMockContext(), in setUp()
/frameworks/base/
Dcompiled-classes-phone3458 android.provider.SearchRecentSuggestions
3459 android.provider.SearchRecentSuggestions$1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25179 public class SearchRecentSuggestions {
25180 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
/frameworks/base/api/
Dtest-current.txt32435 public class SearchRecentSuggestions {
32436 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
Dcurrent.txt32360 public class SearchRecentSuggestions {
32361 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
Dsystem-current.txt35115 public class SearchRecentSuggestions {
35116 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);