Example usage for Java android.provider SearchRecentSuggestions fields, constructors, methods, implement or subclass
The text is from its open source code.
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 . |
void | clearHistory() Completely delete the history. |
void | saveRecentQuery(final String queryString, final String line2) Add a query to the recent queries list. |