Lines Matching defs:CONTENT_URI

190      * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
191 * {@link CommonDataKinds.Email#CONTENT_URI}, and
192 * {@link CommonDataKinds.StructuredPostal#CONTENT_URI}.
394 * Then Contacts Provider sends a {@link Directory#CONTENT_URI Directory.CONTENT_URI}
442 public static final Uri CONTENT_URI =
446 * The MIME-type of {@link #CONTENT_URI} providing a directory of
453 * The MIME type of a {@link #CONTENT_URI} item.
617 resolver.update(Directory.CONTENT_URI, contentValues, null, null);
646 public static final Uri CONTENT_URI =
654 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
662 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_URI, account);
670 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
677 return SyncStateContract.Helpers.newSetOperation(CONTENT_URI, account, data);
700 public static final Uri CONTENT_URI =
701 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
708 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
716 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_URI, account);
724 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
731 return SyncStateContract.Helpers.newSetOperation(CONTENT_URI, account, data);
889 * {@link ContactsContract.DisplayPhoto#CONTENT_URI} to create a URI to the photo.
899 * {@link ContactsContract.DisplayPhoto#CONTENT_URI}. Otherwise, this will
1232 * {@link #CONTENT_LOOKUP_URI} instead of {@link #CONTENT_URI}.</li>
1426 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts");
1436 * equivalent to {@link #CONTENT_URI}. If the contact's row ID changes
1444 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
1455 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1483 public static final Uri CONTENT_MULTI_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1490 * @param contactUri A {@link #CONTENT_URI} row, or an existing
1523 * Computes a content URI (see {@link #CONTENT_URI}) given a lookup URI.
1540 return ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1562 Uri uri = ContentUris.withAppendedId(CONTENT_URI, contactId);
1571 * {@link #CONTENT_URI} URI. The filter string will be used to match
1576 CONTENT_URI, "filter");
1584 CONTENT_URI, "strequent");
1591 CONTENT_URI, "frequent");
1603 CONTENT_URI, "group");
1606 * The MIME type of {@link #CONTENT_URI} providing a directory of
1612 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
1618 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
1626 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1701 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1735 * Uri uri = Contacts.CONTENT_URI.buildUpon()
1747 * This directory can be used either with a {@link #CONTENT_URI} or
1842 android.net.Uri.Builder builder = Contacts.CONTENT_URI.buildUpon();
1879 * Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1904 * Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1924 * This directory can be used either with a {@link #CONTENT_URI} or
1966 * either a {@link #CONTENT_URI} or a {@link #CONTENT_LOOKUP_URI} URI.
2014 * either a {@link #CONTENT_URI} or a {@link #CONTENT_LOOKUP_URI} URI.
2058 * <li>The {@link #CONTENT_URI} for profiles behaves in much the same way as
2084 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "profile");
2092 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
2102 public static final Uri CONTENT_RAW_CONTACTS_URI = Uri.withAppendedPath(CONTENT_URI,
2162 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI,
2306 * Uri rawContactUri = getContentResolver().insert(RawContacts.CONTENT_URI, values);
2319 * getContentResolver().insert(Data.CONTENT_URI, values);
2331 * ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
2336 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
2382 * Cursor c = getContentResolver().query(RawContacts.CONTENT_URI,
2394 * Uri rawContactUri = RawContacts.CONTENT_URI.buildUpon()
2410 * Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
2657 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "raw_contacts");
2660 * The MIME type of the results from {@link #CONTENT_URI} when a specific
2666 * The MIME type of the results when a raw contact ID is appended to {@link #CONTENT_URI},
2854 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
2980 contact.addSubValue(ContactsContract.Data.CONTENT_URI, cv);
3140 * Uri.Builder builder = RawContacts.CONTENT_URI.buildUpon();
3149 * <dt>Via {@link StreamItems#CONTENT_URI}:</dt>
3157 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3179 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId),
3201 * {@link StreamItems#CONTENT_URI} URI. Only social stream entries that were
3205 * {@link StreamItems#CONTENT_URI} URI. Only social stream entries that were
3213 * ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
3220 * Cursor c = getContentResolver().query(Contacts.CONTENT_URI.buildUpon()
3230 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
3239 * StreamItems.CONTENT_URI, streamItemId),
3256 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "stream_items");
3271 public static final Uri CONTENT_PHOTO_URI = Uri.withAppendedPath(CONTENT_URI, "photo");
3516 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3555 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3589 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3601 * Uri.Builder builder = StreamItems.CONTENT_URI.buildUpon();
3619 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId)
3629 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId)
3983 * Uri dataUri = getContentResolver().insert(Data.CONTENT_URI, values);
3991 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
4010 * ops.add(ContentProviderOperation.newUpdate(Data.CONTENT_URI)
4027 * ops.add(ContentProviderOperation.newDelete(Data.CONTENT_URI)
4041 * Cursor c = getContentResolver().query(Data.CONTENT_URI,
4053 * Cursor c = getContentResolver().query(Data.CONTENT_URI,
4072 * Many columns are available via a {@link Data#CONTENT_URI} query. For best performance you
4401 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data");
4404 * A boolean parameter for {@link Data#CONTENT_URI}.
4411 * The MIME type of the results from {@link #CONTENT_URI}.
4460 * Uri entityUri = ContentUris.withAppendedId(RawContactsEntity.CONTENT_URI, rawContactId);
4594 public static final Uri CONTENT_URI =
4601 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
4604 * The MIME type of {@link #CONTENT_URI} providing a directory of raw contact entities.
4610 * Data.CONTENT_URI contains only exportable data.
5009 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "status_updates");
5015 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");
5053 * The MIME type of {@link #CONTENT_URI} providing a directory of
5059 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
5328 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
5334 * ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI)
5481 * The MIME type of {@link #CONTENT_URI} providing a directory of
5491 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
5500 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI,
5673 * The MIME type of {@link #CONTENT_URI} providing a directory of email addresses.
5682 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
5700 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
5720 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI,
5867 * The MIME type of {@link #CONTENT_URI} providing a directory of
5876 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
6906 * Similar to {@link Phone#CONTENT_URI}, but returns callable data instead of only
6909 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
6915 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI,
6933 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI,
6941 Contactables.CONTENT_URI, "filter");
6944 * A boolean parameter for {@link Data#CONTENT_URI}.
7226 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "groups");
7328 public static final Uri CONTENT_URI =
7332 * The MIME type of {@link #CONTENT_URI} providing a directory of data.
7337 * The MIME type of a {@link #CONTENT_URI} subdirectory of an aggregation exception
7521 public static final Uri CONTENT_URI =
7525 * The MIME-type of {@link #CONTENT_URI} providing a directory of
7531 * The MIME-type of {@link #CONTENT_URI} providing a single setting.
7555 public static final Uri CONTENT_URI =
7559 * The MIME-type of {@link #CONTENT_URI} providing a directory of
7652 * toward {@link Data#CONTENT_URI}.
7683 Uri.withAppendedPath(Data.CONTENT_URI, "usagefeedback");
7691 Uri.withAppendedPath(Contacts.CONTENT_URI, "delete_usage");
8032 * Uri displayPhotoUri = ContentUris.withAppendedId(DisplayPhoto.CONTENT_URI, photoKey);
8056 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "display_photo");
8571 * Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);