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.java91 public static final String IS_BOOKMARK = "bookmark"; field
335 map.put(Combined.IS_BOOKMARK, "CASE WHEN " + in map.put()
337 " IS NOT NULL THEN 1 ELSE 0 END AS " + Combined.IS_BOOKMARK); in map.put()
351 map.put(Combined.IS_BOOKMARK, "1 AS " + Combined.IS_BOOKMARK); in map.put()