Home | History | Annotate | Download | only in provider

Lines Matching defs:IS_BOOKMARK

93         public static final String IS_BOOKMARK = "bookmark";
337 map.put(Combined.IS_BOOKMARK, "CASE WHEN " +
339 " IS NOT NULL THEN 1 ELSE 0 END AS " + Combined.IS_BOOKMARK);
353 map.put(Combined.IS_BOOKMARK, "1 AS " + Combined.IS_BOOKMARK);
1345 Combined.IS_BOOKMARK, Combined.URL };