All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.provider.SearchRecentSuggestions Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.provider;
public class SearchRecentSuggestions
{
public  SearchRecentSuggestions(android.content.Context context, java.lang.String authority, int mode) { throw new RuntimeException("Stub!"); }
public  void saveRecentQuery(java.lang.String queryString, java.lang.String line2) { throw new RuntimeException("Stub!"); }
public  void clearHistory() { throw new RuntimeException("Stub!"); }
protected  void truncateHistory(android.content.ContentResolver cr, int maxEntries) { throw new RuntimeException("Stub!"); }
public static final java.lang.String[] QUERIES_PROJECTION_1LINE = null;
public static final java.lang.String[] QUERIES_PROJECTION_2LINE = null;
public static final int QUERIES_PROJECTION_DATE_INDEX = 1;
public static final int QUERIES_PROJECTION_QUERY_INDEX = 2;
public static final int QUERIES_PROJECTION_DISPLAY1_INDEX = 3;
public static final int QUERIES_PROJECTION_DISPLAY2_INDEX = 4;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy