Home
last modified time | relevance | path

Searched defs:IS_BOOKMARK (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java93 public static final String IS_BOOKMARK = "bookmark"; field
337 map.put(Combined.IS_BOOKMARK, "CASE WHEN " + in map.put()
339 " IS NOT NULL THEN 1 ELSE 0 END AS " + Combined.IS_BOOKMARK); in map.put()
353 map.put(Combined.IS_BOOKMARK, "1 AS " + Combined.IS_BOOKMARK); in map.put()