Searched refs:SearchRecentSuggestions (Results 1 – 10 of 10) sorted by relevance
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/ |
D | SearchActivity.java | 23 import android.provider.SearchRecentSuggestions; 39 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate()
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 2 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,
|
D | index.jd | 105 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/ |
D | SearchRecentSuggestions.java | 55 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/ |
D | SearchRecentSuggestionsProviderTest.java | 42 SearchRecentSuggestions mSearchHelper; 57 mSearchHelper = new SearchRecentSuggestions(getMockContext(), in setUp()
|
/frameworks/base/ |
D | compiled-classes-phone | 3458 android.provider.SearchRecentSuggestions 3459 android.provider.SearchRecentSuggestions$1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25179 public class SearchRecentSuggestions { 25180 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
|
/frameworks/base/api/ |
D | test-current.txt | 32435 public class SearchRecentSuggestions { 32436 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
|
D | current.txt | 32360 public class SearchRecentSuggestions { 32361 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
|
D | system-current.txt | 35115 public class SearchRecentSuggestions { 35116 ctor public SearchRecentSuggestions(android.content.Context, java.lang.String, int);
|