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

/frameworks/base/core/java/android/content/
H A DEntity.java33 public final class Entity { class
37 public Entity(ContentValues values) { method in class:Entity
51 mSubValues.add(new Entity.NamedContentValues(uri, values));
66 sb.append("Entity: ").append(getEntityValues());
67 for (Entity.NamedContentValues namedValue : getSubValues()) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java29 import android.content.Entity;
1633 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
1635 * the data rows. Entity always contains at least one row per
1640 * Entity reads all data for the entire contact in one transaction, to
1642 * in the Entity (each row repeats all Contact columns and all RawContact
1654 public static final class Entity implements BaseColumns, ContactsColumns, class in class:ContactsContract.Contacts
1660 private Entity() { method in class:ContactsContract.Contacts.Entity
2341 * by using the {@link Entity} directory. If the raw contact has data rows,
2342 * the Entity cursor will contain a row for each data row. If the raw contact has no
2346 * Uri entityUri = Uri.withAppendedPath(rawContactUri, Entity
2719 public static final class Entity implements BaseColumns, DataColumns { class in class:ContactsContract.RawContacts
2723 private Entity() { method in class:ContactsContract.RawContacts.Entity
[all...]

Completed in 68 milliseconds