Lines Matching refs:RawContacts

73  * A row in the {@link RawContacts} table represents a set of data describing a
79 * RawContacts presumably describing the same person. When data in or associated with
80 * the RawContacts table is changed, the affected aggregate contacts are updated as
124 * {@link RawContacts#DIRTY} is not automatically set and the
129 * the delete operation in {@link RawContacts}.
742 * @see RawContacts
761 * @see RawContacts
805 * @see RawContacts
862 * Reference to the row in the RawContacts table holding the contact name.
1059 * Contact name and contact name metadata columns in the RawContacts table.
1062 * @see RawContacts
1198 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1200 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1628 * {@link ContactsContract.RawContacts} as well as
1650 * and RawContacts fields in the first row returned for each raw contact only and
2030 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2032 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2216 * aggregation is reflected in the {@link RawContacts} table by the change of the
2239 * values.put(RawContacts.ACCOUNT_TYPE, accountType);
2240 * values.put(RawContacts.ACCOUNT_NAME, accountName);
2241 * Uri rawContactUri = getContentResolver().insert(RawContacts.CONTENT_URI, values);
2266 * ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
2267 * .withValue(RawContacts.ACCOUNT_TYPE, accountType)
2268 * .withValue(RawContacts.ACCOUNT_NAME, accountName)
2317 * Cursor c = getContentResolver().query(RawContacts.CONTENT_URI,
2318 * new String[]{RawContacts._ID},
2319 * RawContacts.CONTACT_ID + "=?",
2329 * Uri rawContactUri = RawContacts.URI.buildUpon()
2330 * .appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName)
2331 * .appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType)
2334 * RawContacts.STARRED + "<>0", null, null, null);
2337 * RawContacts.DELETED + "<>0", null, null, null);
2345 * Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
2348 * new String[]{RawContacts.SOURCE_ID, Entity.DATA_ID, Entity.MIMETYPE, Entity.DATA1},
2370 * <th colspan='4'>RawContacts</th>
2580 public static final class RawContacts implements BaseColumns, RawContactsColumns,
2585 private RawContacts() {
2658 * entry of the given {@link RawContacts} entry.
2664 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY
2702 * {@link RawContacts.Entity#CONTENT_DIRECTORY} to the raw contact URI. See
2715 * RawContacts followed by Data. The reason is that Entity reads all
2743 * {@link RawContacts.StreamItems#CONTENT_DIRECTORY} to the raw contact URI. See
2772 * {@link RawContacts.DisplayPhoto#CONTENT_DIRECTORY} to the raw contact URI.
2789 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
2790 * RawContacts.DisplayPhoto.CONTENT_DIRECTORY);
2856 final int columnRawContactId = cursor.getColumnIndexOrThrow(RawContacts._ID);
3058 * {@link RawContacts#ACCOUNT_TYPE} and {@link RawContacts#ACCOUNT_NAME}.
3059 * {@link RawContacts#DATA_SET} isn't required.
3068 * <dt>Via the {@link RawContacts.StreamItems#CONTENT_DIRECTORY} sub-path of a raw contact:</dt>
3075 * Uri.Builder builder = RawContacts.CONTENT_URI.buildUpon();
3077 * builder.appendEncodedPath(RawContacts.StreamItems.CONTENT_DIRECTORY);
3078 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3079 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3093 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3094 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3165 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
3166 * RawContacts.StreamItems.CONTENT_DIRECTORY)),
3297 * A reference to the {@link RawContacts#_ID}
3313 * {@link RawContacts#ACCOUNT_TYPE}
3322 * {@link RawContacts#ACCOUNT_NAME}
3333 * {@link RawContacts#DATA_SET}
3342 * {@link RawContacts#SOURCE_ID}
3432 * {@link RawContacts#ACCOUNT_TYPE} and {@link RawContacts#ACCOUNT_NAME}.
3433 * {@link RawContacts#DATA_SET} isn't required.
3454 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3455 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3468 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3469 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3494 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3495 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3506 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3507 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3528 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3529 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3539 * builder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
3540 * builder.appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType);
3717 * A reference to the {@link RawContacts#_ID}
3988 * {@link RawContactsEntity}. See also {@link RawContacts}.
4041 * <td>The id of the row in the {@link RawContacts} table that this data belongs to.</td>
4180 * <th colspan='4'>Join with {@link ContactsContract.RawContacts}</th>
4193 * <td>See {@link RawContacts}.</td>
4199 * <td>See {@link RawContacts}.</td>
4206 * via the implicit join to the {@link RawContacts} table, see above.
4347 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY
4404 * <th colspan='4'>RawContacts</th>
4410 * <td>Raw contact row ID. See {@link RawContacts}.</td>
4416 * <td>See {@link RawContacts}.</td>
4422 * <td>See {@link RawContacts}.</td>
4428 * <td>See {@link RawContacts}.</td>
7192 * <td>A reference to the {@link RawContacts#_ID} of the raw contact that
7199 * <td>A reference to the other {@link RawContacts#_ID} of the raw contact
7254 * A reference to the {@link RawContacts#_ID} of the raw contact that the rule applies to.
7259 * A reference to the other {@link RawContacts#_ID} of the raw contact that the rule