Home | History | Annotate | Download | only in browser

Lines Matching refs:Combined

42 import android.provider.BrowserContract.Combined;
89 Combined._ID, // 0
90 Combined.DATE_LAST_VISITED, // 1
91 Combined.TITLE, // 2
92 Combined.URL, // 3
93 Combined.FAVICON, // 4
94 Combined.VISITS, // 5
95 Combined.IS_BOOKMARK, // 6
115 Uri.Builder combinedBuilder = Combined.CONTENT_URI.buildUpon();
119 String sort = Combined.DATE_LAST_VISITED + " DESC";
120 String where = Combined.VISITS + " > 0";
130 String where = Combined.VISITS + " > 0";
132 HistoryQuery.PROJECTION, where, null, Combined.VISITS + " DESC");