Home | History | Annotate | Download | only in provider

Lines Matching refs:RawContactsEntity

2702          * {@link RawContactsEntity} for a stand-alone table containing the same
3987 * {@link RawContactsEntity}. See also {@link RawContacts}.
4370 * If a raw contact has data rows, the RawContactsEntity cursor will contain
4376 * Uri entityUri = ContentUris.withAppendedId(RawContactsEntity.CONTENT_URI, rawContactId);
4379 * RawContactsEntity.SOURCE_ID,
4380 * RawContactsEntity.DATA_ID,
4381 * RawContactsEntity.MIMETYPE,
4382 * RawContactsEntity.DATA1
4399 * RawContactsEntity has a combination of RawContact and Data columns.
4500 public final static class RawContactsEntity
4505 private RawContactsEntity() {}