Searched defs:RawContactsEntity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java2760 * {@link RawContactsEntity} for a stand-alone table containing the same
4056 * {@link RawContactsEntity}. See also {@link RawContacts}.
4446 * If a raw contact has data rows, the RawContactsEntity cursor will contain
4452 * Uri entityUri = ContentUris.withAppendedId(RawContactsEntity.CONTENT_URI, rawContactId);
4455 * RawContactsEntity.SOURCE_ID,
4456 * RawContactsEntity.DATA_ID,
4457 * RawContactsEntity.MIMETYPE,
4458 * RawContactsEntity.DATA1
4475 * RawContactsEntity has a combination of RawContact and Data columns.
4576 public final static class RawContactsEntity class in class:ContactsContract
4581 private RawContactsEntity() {} method in class:ContactsContract.RawContactsEntity
[all...]

Completed in 65 milliseconds