Home | History | Annotate | Download | only in provider

Lines Matching defs:RawContacts

71  * A row in the {@link RawContacts} table represents a set of data describing a
77 * RawContacts presumably describing the same person. When data in or associated with
78 * the RawContacts table is changed, the affected aggregate contacts are updated as
122 * {@link RawContacts#DIRTY} is not automatically set and the
127 * the delete operation in {@link RawContacts}.
740 * @see RawContacts
759 * @see RawContacts
803 * @see RawContacts
868 * Reference to the row in the RawContacts table holding the contact name.
1074 * Contact name and contact name metadata columns in the RawContacts table.
1077 * @see RawContacts
1213 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1215 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1643 * {@link ContactsContract.RawContacts} as well as
1665 * and RawContacts fields in the first row returned for each raw contact only and
2045 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2047 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2281 * aggregation is reflected in the {@link RawContacts} table by the change of the
2304 * values.put(RawContacts.ACCOUNT_TYPE, accountType);
2305 * values.put(RawContacts.ACCOUNT_NAME, accountName);
2306 * Uri rawContactUri = getContentResolver().insert(RawContacts.CONTENT_URI, values);
2331 * ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
2332 * .withValue(RawContacts.ACCOUNT_TYPE, accountType)
2333 * .withValue(RawContacts.ACCOUNT_NAME, accountName)
2382 * Cursor c = getContentResolver().query(RawContacts.CONTENT_URI,
2383 * new String[]{RawContacts._ID},
2384 * RawContacts.CONTACT_ID + "=?",
2394 * Uri rawContactUri = RawContacts.CONTENT_URI.buildUpon()
2395 * .appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName)
2396 * .appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType)
2399 * RawContacts.STARRED + "<>0", null, null, null);
2402 * RawContacts.DELETED + "<>0", null, null, null);
2410 * Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
2413 * new String[]{RawContacts.SOURCE_ID, Entity.DATA_ID, Entity.MIMETYPE, Entity.DATA1},
2435 * <th colspan='4'>RawContacts</th>
2645 public static final class RawContacts implements BaseColumns, RawContactsColumns,
2650 private RawContacts() {
2723 * entry of the given {@link RawContacts} entry.
2726 // TODO: use a lighter query by joining rawcontacts with contacts in provider
2729 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY
2767 * {@link RawContacts.Entity#CONTENT_DIRECTORY} to the raw contact URI. See
2780 * RawContacts followed by Data. The reason is that Entity reads all
2808 * {@link RawContacts.StreamItems#CONTENT_DIRECTORY} to the raw contact URI. See
2837 * {@link RawContacts.DisplayPhoto#CONTENT_DIRECTORY} to the raw contact URI.
2854 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
2855 * RawContacts.DisplayPhoto.CONTENT_DIRECTORY);
2921 final int columnRawContactId = cursor.getColumnIndexOrThrow(RawContacts._ID);
3123 * {@link RawContacts#ACCOUNT_TYPE} and {@link RawContacts#ACCOUNT_NAME}.
3124 * {@link RawContacts#DATA_SET} isn't required.
3133 * <dt>Via the {@link RawContacts.StreamItems#CONTENT_DIRECTORY} sub-path of a raw contact:</dt>
3140 * Uri.Builder builder = RawContacts.CONTENT_URI.buildUpon();
3142 * builder.appendEncodedPath(RawContacts.StreamItems.CONTENT_DIRECTORY);
3143 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3144 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3158 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3159 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3230 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
3231 * RawContacts.StreamItems.CONTENT_DIRECTORY)),
3362 * A reference to the {@link RawContacts#_ID}
3378 * {@link RawContacts#ACCOUNT_TYPE}
3387 * {@link RawContacts#ACCOUNT_NAME}
3398 * {@link RawContacts#DATA_SET}
3407 * {@link RawContacts#SOURCE_ID}
3497 * {@link RawContacts#ACCOUNT_TYPE} and {@link RawContacts#ACCOUNT_NAME}.
3498 * {@link RawContacts#DATA_SET} isn't required.
3519 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3520 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3533 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3534 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3559 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3560 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3571 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3572 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3593 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3594 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3604 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3605 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3782 * A reference to the {@link RawContacts#_ID}
4064 * {@link RawContactsEntity}. See also {@link RawContacts}.
4117 * <td>The id of the row in the {@link RawContacts} table that this data belongs to.</td>
4256 * <th colspan='4'>Join with {@link ContactsContract.RawContacts}</th>
4269 * <td>See {@link RawContacts}.</td>
4275 * <td>See {@link RawContacts}.</td>
4282 * via the implicit join to the {@link RawContacts} table, see above.
4430 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY
4487 * <th colspan='4'>RawContacts</th>
4493 * <td>Raw contact row ID. See {@link RawContacts}.</td>
4499 * <td>See {@link RawContacts}.</td>
4505 * <td>See {@link RawContacts}.</td>
4511 * <td>See {@link RawContacts}.</td>
7307 * <td>A reference to the {@link RawContacts#_ID} of the raw contact that
7314 * <td>A reference to the other {@link RawContacts#_ID} of the raw contact
7369 * A reference to the {@link RawContacts#_ID} of the raw contact that the rule applies to.
7374 * A reference to the other {@link RawContacts#_ID} of the raw contact that the rule