Lines Matching refs:CONTENT_URI

188      * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI},
189 * {@link CommonDataKinds.Email#CONTENT_URI Email.CONTENT_URI}, and
190 * {@link CommonDataKinds.StructuredPostal#CONTENT_URI StructuredPostal.CONTENT_URI}.
339 * Then Contacts Provider sends a {@link Directory#CONTENT_URI Directory.CONTENT_URI}
387 public static final Uri CONTENT_URI =
391 * The MIME-type of {@link #CONTENT_URI} providing a directory of
398 * The MIME type of a {@link #CONTENT_URI} item.
562 resolver.update(Directory.CONTENT_URI, contentValues, null, null);
591 public static final Uri CONTENT_URI =
599 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
607 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_URI, account);
615 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
622 return SyncStateContract.Helpers.newSetOperation(CONTENT_URI, account, data);
645 public static final Uri CONTENT_URI =
646 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
653 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
661 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_URI, account);
669 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
676 return SyncStateContract.Helpers.newSetOperation(CONTENT_URI, account, data);
832 * {@link ContactsContract.DisplayPhoto#CONTENT_URI} to create a URI to the photo.
842 * {@link ContactsContract.DisplayPhoto#CONTENT_URI}. Otherwise, this will
1127 * Uri uri = Contacts.CONTENT_URI.buildUpon()
1191 * {@link #CONTENT_LOOKUP_URI} instead of {@link #CONTENT_URI}.</li>
1385 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts");
1408 * equivalent to {@link #CONTENT_URI}. If the contact's row ID changes
1416 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
1427 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1458 * Cursor cursor = getActivity().getContentResolver().query(Contacts.CONTENT_URI,
1481 public static final Uri CONTENT_MULTI_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1488 * @param contactUri A {@link #CONTENT_URI} row, or an existing
1521 * Computes a content URI (see {@link #CONTENT_URI}) given a lookup URI.
1538 return ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1560 Uri uri = ContentUris.withAppendedId(CONTENT_URI, contactId);
1569 * {@link #CONTENT_URI} URI. The filter string will be used to match
1574 CONTENT_URI, "filter");
1582 CONTENT_URI, "strequent");
1588 CONTENT_URI, "frequent");
1600 CONTENT_URI, "group");
1603 * The MIME type of {@link #CONTENT_URI} providing a directory of
1609 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
1615 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
1641 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1716 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1762 * Uri uri = Contacts.CONTENT_URI.buildUpon()
1774 * This directory can be used either with a {@link #CONTENT_URI} or
1869 android.net.Uri.Builder builder = Contacts.CONTENT_URI.buildUpon();
1906 * Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1931 * Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1951 * This directory can be used either with a {@link #CONTENT_URI} or
1993 * either a {@link #CONTENT_URI} or a {@link #CONTENT_LOOKUP_URI} URI.
2041 * either a {@link #CONTENT_URI} or a {@link #CONTENT_LOOKUP_URI} URI.
2085 * <li>The {@link #CONTENT_URI} for profiles behaves in much the same way as
2111 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "profile");
2119 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
2129 public static final Uri CONTENT_RAW_CONTACTS_URI = Uri.withAppendedPath(CONTENT_URI,
2189 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI,
2337 * Uri rawContactUri = getContentResolver().insert(RawContacts.CONTENT_URI, values);
2350 * getContentResolver().insert(Data.CONTENT_URI, values);
2362 * ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
2367 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
2413 * Cursor c = getContentResolver().query(RawContacts.CONTENT_URI,
2425 * Uri rawContactUri = RawContacts.CONTENT_URI.buildUpon()
2441 * Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
2688 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "raw_contacts");
2691 * The MIME type of the results from {@link #CONTENT_URI} when a specific
2697 * The MIME type of the results when a raw contact ID is appended to {@link #CONTENT_URI},
2897 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
3023 contact.addSubValue(ContactsContract.Data.CONTENT_URI, cv);
3183 * Uri.Builder builder = RawContacts.CONTENT_URI.buildUpon();
3192 * <dt>Via {@link StreamItems#CONTENT_URI}:</dt>
3200 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3222 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId),
3244 * {@link StreamItems#CONTENT_URI} URI. Only social stream entries that were
3248 * {@link StreamItems#CONTENT_URI} URI. Only social stream entries that were
3256 * ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
3263 * Cursor c = getContentResolver().query(Contacts.CONTENT_URI.buildUpon()
3273 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
3282 * StreamItems.CONTENT_URI, streamItemId),
3311 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "stream_items");
3330 public static final Uri CONTENT_PHOTO_URI = Uri.withAppendedPath(CONTENT_URI, "photo");
3690 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3729 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3763 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3775 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3793 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId)
3803 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId)
4210 * Uri dataUri = getContentResolver().insert(Data.CONTENT_URI, values);
4218 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
4237 * ops.add(ContentProviderOperation.newUpdate(Data.CONTENT_URI)
4254 * ops.add(ContentProviderOperation.newDelete(Data.CONTENT_URI)
4268 * Cursor c = getContentResolver().query(Data.CONTENT_URI,
4280 * Cursor c = getContentResolver().query(Data.CONTENT_URI,
4299 * Many columns are available via a {@link Data#CONTENT_URI} query. For best performance you
4628 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data");
4631 * A boolean parameter for {@link Data#CONTENT_URI}.
4638 * The MIME type of the results from {@link #CONTENT_URI}.
4687 * Uri entityUri = ContentUris.withAppendedId(RawContactsEntity.CONTENT_URI, rawContactId);
4821 public static final Uri CONTENT_URI =
4828 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
4831 * The MIME type of {@link #CONTENT_URI} providing a directory of raw contact entities.
4837 * Data.CONTENT_URI contains only exportable data.
5271 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "status_updates");
5277 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");
5315 * The MIME type of {@link #CONTENT_URI} providing a directory of
5321 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
5613 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
5619 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
5768 * The MIME type of {@link #CONTENT_URI} providing a directory of
5778 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
5787 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI,
5961 * The MIME type of {@link #CONTENT_URI} providing a directory of email addresses.
5970 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
5988 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
6008 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI,
6156 * The MIME type of {@link #CONTENT_URI} providing a directory of
6165 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
7214 * Similar to {@link Phone#CONTENT_URI}, but returns callable data instead of only
7217 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
7223 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI,
7242 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
7250 Contactables.CONTENT_URI, "filter");
7253 * A boolean parameter for {@link Data#CONTENT_URI}.
7531 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "groups");
7633 public static final Uri CONTENT_URI =
7637 * The MIME type of {@link #CONTENT_URI} providing a directory of data.
7642 * The MIME type of a {@link #CONTENT_URI} subdirectory of an aggregation exception
7826 public static final Uri CONTENT_URI =
7830 * The MIME-type of {@link #CONTENT_URI} providing a directory of
7836 * The MIME-type of {@link #CONTENT_URI} providing a single setting.
7860 public static final Uri CONTENT_URI =
7864 * The MIME-type of {@link #CONTENT_URI} providing a directory of
7957 * toward {@link Data#CONTENT_URI}.
7988 Uri.withAppendedPath(Data.CONTENT_URI, "usagefeedback");
7996 Uri.withAppendedPath(Contacts.CONTENT_URI, "delete_usage");
8087 final Uri uri = Uri.withAppendedPath(Contacts.CONTENT_URI, String.valueOf(contactId));
8292 * Uri displayPhotoUri = ContentUris.withAppendedId(DisplayPhoto.CONTENT_URI, photoKey);
8316 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "display_photo");
8846 * Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);