Searched refs:HistoryQuery (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBrowserHistoryPage.java87 static interface HistoryQuery { interface in class:BrowserHistoryPage
122 HistoryQuery.PROJECTION, where, null, sort);
132 HistoryQuery.PROJECTION, where, null, Combined.VISITS + " DESC");
527 super(context, HistoryQuery.INDEX_DATE_LAST_VISITED);
556 return cursor.getLong(HistoryQuery.INDEX_ID);
654 item.setName(cursor.getString(HistoryQuery.INDEX_TITE));
655 String url = cursor.getString(HistoryQuery.INDEX_URL);
657 byte[] data = cursor.getBlob(HistoryQuery.INDEX_FAVICON);
664 item.setIsBookmark(cursor.getInt(HistoryQuery.INDEX_IS_BOOKMARK) == 1);

Completed in 90 milliseconds