Home
last modified time | relevance | path

Searched refs:IS_BOOKMARK (Results 1 – 3 of 3) 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() argument
339 " IS NOT NULL THEN 1 ELSE 0 END AS " + Combined.IS_BOOKMARK); in map.put() argument
353 map.put(Combined.IS_BOOKMARK, "1 AS " + Combined.IS_BOOKMARK); in map.put() argument
1345 Combined.IS_BOOKMARK, Combined.URL }; in deleteInTransaction()
/packages/apps/Browser/src/com/android/browser/
DSuggestionsAdapter.java59 OmniboxSuggestions.IS_BOOKMARK
DBrowserHistoryPage.java95 Combined.IS_BOOKMARK, // 6