Lines Matching refs:CONTENT_URI

60     public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
153 public static final Uri CONTENT_URI =
206 Cursor cursor = cr.query(Settings.CONTENT_URI, new String[]{VALUE},
231 cr.update(Settings.CONTENT_URI, values, null, null);
354 public static final Uri CONTENT_URI =
392 * The MIME type of {@link #CONTENT_URI} providing a directory of
400 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
449 Uri uri = ContentUris.withAppendedId(CONTENT_URI, personId);
464 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
510 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
543 return resolver.insert(GroupMembership.CONTENT_URI, values);
562 Uri contactUri = resolver.insert(People.CONTENT_URI, values);
580 return resolver.query(GroupMembership.CONTENT_URI, null, "person=?",
805 public static final Uri CONTENT_URI =
818 * The MIME type of {@link #CONTENT_URI} providing a directory of
826 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
995 public static final Uri CONTENT_URI =
1007 * The MIME type of {@link #CONTENT_URI} providing a directory of
1015 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
1053 public static final Uri CONTENT_URI =
1072 * The MIME type of {@link #CONTENT_URI} providing a directory of all
1080 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
1458 Uri loc = resolver.insert(CONTENT_URI, values);
1464 resolver.update(ContentUris.withAppendedId(CONTENT_URI, postalId), values, null, null);
1472 public static final Uri CONTENT_URI =
1484 * The MIME type of {@link #CONTENT_URI} providing a directory of
1508 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
1516 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
1525 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
1623 public static final Uri CONTENT_URI =
1787 public static final Uri CONTENT_URI =
1879 public static final Uri CONTENT_URI = Uri.parse("content://contacts/photos");
1934 public static final Uri CONTENT_URI =
1938 * The MIME type of {@link #CONTENT_URI} providing a directory of
1946 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single