HomeSort by relevance Sort by last modified time
    Searched defs:Bookmarks (Results 1 - 3 of 3) sorted by null

  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksContract.java 24 * The contract between the partner bookmarks provider and applications.
31 * Partner bookmarks URI: content://com.android.partnerbookmarks/bookmarks
34 * If the provider is found, and the set of bookmarks is non-empty, exactly one
41 /** The authority for the partner bookmarks provider */
44 /** A content:// style uri to the authority for the partner bookmarks provider */
60 * The bookmarks table, which holds the partner bookmarks.
62 public static final class Bookmarks {
66 private Bookmarks() {}
    [all...]
  /frameworks/base/core/java/android/provider/
BrowserContract.java 39 * BrowserContract defines an database of browser-related information which are bookmarks,
89 * Convenience definitions for use in implementing chrome bookmarks sync in the Bookmarks table.
243 * The bookmarks table, which holds the user's browser bookmarks.
245 public static final class Bookmarks implements CommonColumns, ImageColumns, SyncColumns {
249 private Bookmarks() {}
254 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "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
    [all...]
Settings.java     [all...]

Completed in 282 milliseconds