Searched defs:Bookmarks (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DBrowserContract.java89 * Convenience definitions for use in implementing chrome bookmarks sync in the Bookmarks table.
245 public static final class Bookmarks implements CommonColumns, ImageColumns, SyncColumns { class in class:BrowserContract
249 private Bookmarks() {} method in class:BrowserContract.Bookmarks
257 * Used in {@link Bookmarks#TYPE} column and indicats the row is a bookmark.
262 * Used in {@link Bookmarks#TYPE} column and indicats the row is a folder.
267 * Used in {@link Bookmarks#TYPE} column and indicats the row is the bookmark bar folder.
272 * Used in {@link Bookmarks#TYPE} column and indicats the row is other folder and
277 * Used in {@link Bookmarks#TYPE} column and indicats the row is other folder, .
408 * Directory under {@link Bookmarks#CONTENT_URI}
429 * returned when querying {@link Bookmarks#CONTENT_URI_DEFAULT_FOLDE
[all...]
H A DSettings.java9009 public static final class Bookmarks implements BaseColumns class in class:Settings
9011 private static final String TAG = "Bookmarks";

Completed in 1462 milliseconds