Bug 1142171 - Pre: Refactor HistoryAdapter to a separate class and defined section ranges r=sebastian.

This commit is contained in:
vivek
2015-08-12 20:16:07 +03:00
parent 855c545eed
commit 7fe3e89a85
8 changed files with 269 additions and 184 deletions

View File

@@ -97,6 +97,8 @@ public interface BrowserDB {
*/
public abstract Cursor getRecentHistory(ContentResolver cr, int limit);
public abstract Cursor getRecentHistoryBetweenTime(ContentResolver cr, int historyLimit, long start, long end);
public abstract void expireHistory(ContentResolver cr, ExpirePriority priority);
public abstract void removeHistoryEntry(ContentResolver cr, String url);