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

/frameworks/base/core/java/android/content/
H A DEntity.java30 public final class Entity { class
34 public Entity(ContentValues values) { method in class:Entity
48 mSubValues.add(new Entity.NamedContentValues(uri, values));
63 sb.append("Entity: ").append(getEntityValues());
64 for (Entity.NamedContentValues namedValue : getSubValues()) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java32 import android.content.Entity;
1771 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
1773 * the data rows. Entity always contains at least one row per
1778 * Entity reads all data for the entire contact in one transaction, to
1780 * in the Entity (each row repeats all Contact columns and all RawContact
1792 public static final class Entity implements BaseColumns, ContactsColumns, class in class:ContactsContract.Contacts
1798 private Entity() { method in class:ContactsContract.Contacts.Entity
2514 * by using the {@link Entity} directory. If the raw contact has data rows,
2515 * the Entity cursor will contain a row for each data row. If the raw contact has no
2519 * Uri entityUri = Uri.withAppendedPath(rawContactUri, Entity
2892 public static final class Entity implements BaseColumns, DataColumns { class in class:ContactsContract.RawContacts
2896 private Entity() { method in class:ContactsContract.RawContacts.Entity
[all...]

Completed in 412 milliseconds