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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java1726 * {@link RawContactsEntity} for a stand-alone table containing the same
2269 * {@link RawContactsEntity}. See also {@link RawContacts}.
2673 * If a raw contact has data rows, the RawContactsEntity cursor will contain
2679 * Uri entityUri = ContentUris.withAppendedId(RawContactsEntity.CONTENT_URI, rawContactId);
2682 * RawContactsEntity.SOURCE_ID,
2683 * RawContactsEntity.DATA_ID,
2684 * RawContactsEntity.MIMETYPE,
2685 * RawContactsEntity.DATA1
2702 * RawContactsEntity has a combination of RawContact and Data columns.
2803 public final static class RawContactsEntity class in class:ContactsContract
2808 private RawContactsEntity() {} method in class:ContactsContract.RawContactsEntity
[all...]

Completed in 26 milliseconds