Home
last modified time | relevance | path

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

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java296 map.put(History.VISITS, History.VISITS); in map.put() argument
323 map.put(Combined.VISITS, Combined.VISITS); in map.put() argument
337 map.put(Combined.VISITS, "0 AS " + Combined.VISITS); in map.put() argument
413 History.VISITS + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1068 values.remove(BookmarkColumns.VISITS); in insertInTransaction()
1144 id = db.insertOrThrow(TABLE_HISTORY, History.VISITS, values); in insertInTransaction()
1319 values.remove(BookmarkColumns.VISITS); in updateInTransaction()