Home
last modified time | relevance | path

Searched refs:DATE_LAST_VISITED (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DDataController.java252 values.put(History.DATE_LAST_VISITED, System.currentTimeMillis()); in doUpdateVisitedHistory()
260 values.put(History.DATE_LAST_VISITED, System.currentTimeMillis()); in doUpdateVisitedHistory()
DBrowserHistoryPage.java90 Combined.DATE_LAST_VISITED, // 1
119 String sort = Combined.DATE_LAST_VISITED + " DESC"; in onCreateLoader()
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java117 static final String DEFAULT_SORT_HISTORY = History.DATE_LAST_VISITED + " DESC";
132 qualifyColumn(TABLE_HISTORY, History.DATE_LAST_VISITED)};
139 TABLE_HISTORY + "." + History.DATE_LAST_VISITED + " != 0";
310 map.put(History.DATE_LAST_VISITED, History.DATE_LAST_VISITED); in map.put() argument
334 map.put(Combined.DATE_LAST_VISITED, Combined.DATE_LAST_VISITED); in map.put() argument
350 map.put(Combined.DATE_LAST_VISITED, "NULL AS " + Combined.DATE_LAST_VISITED); in map.put() argument
432 History.DATE_LAST_VISITED + " INTEGER," + in onCreate()
568 values.put(History.DATE_LAST_VISITED, c.getLong(3)); in importFromBrowserProvider()
/packages/apps/Browser/tests/src/com/android/browser/tests/
DBP1to2UpgradeTests.java93 new String[] { History.URL, History.DATE_LAST_VISITED }, in testPreserveHistory()