Java android.provider SearchRecentSuggestions fields, constructors, methods, implement or subclass

Example usage for Java android.provider SearchRecentSuggestions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider SearchRecentSuggestions.

The text is from its open source code.

Constructor

SearchRecentSuggestions(Context context, String authority, int mode)
Although provider utility classes are typically static, this one must be constructed because it needs to be initialized using the same values that you provided in your android.content.SearchRecentSuggestionsProvider .

Method

voidclearHistory()
Completely delete the history.
voidsaveRecentQuery(final String queryString, final String line2)
Add a query to the recent queries list.