Lines Matching defs:CONTENT_URI

254         public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks");
304 Uri.withAppendedPath(CONTENT_URI, "folder");
328 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks.
333 * The MIME type of a {@link #CONTENT_URI} of a single bookmark.
408 * Directory under {@link Bookmarks#CONTENT_URI}
410 public static final Uri CONTENT_URI =
447 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "history");
450 * The MIME type of {@link #CONTENT_URI} providing a directory of browser history items.
455 * The MIME type of a {@link #CONTENT_URI} of a single browser history item.
470 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "searches");
473 * The MIME type of {@link #CONTENT_URI} providing a directory of browser search items.
478 * The MIME type of a {@link #CONTENT_URI} of a single browser search item.
518 public static final Uri CONTENT_URI =
526 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
534 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_URI, account);
542 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
549 return SyncStateContract.Helpers.newSetOperation(CONTENT_URI, account, data);
576 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "images");
579 * The MIME type of {@link #CONTENT_URI} providing a directory of images.
584 * The MIME type of a {@link #CONTENT_URI} of a single image.
649 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "image_mappings");
652 * The MIME type of {@link #CONTENT_URI} providing a directory of image mappings.
657 * The MIME type of a {@link #CONTENT_URI} of a single image mapping.
676 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "combined");
699 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "settings");
722 cursor = context.getContentResolver().query(CONTENT_URI, new String[] { VALUE },
740 context.getContentResolver().insert(CONTENT_URI, values);