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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDeltaList.java43 * and applying another {@link EntityDeltaList} over it.
45 public class EntityDeltaList extends ArrayList<EntityDelta> implements Parcelable { class in inherits:ArrayList,Parcelable
49 private EntityDeltaList() { method in class:EntityDeltaList
53 * Create an {@link EntityDeltaList} that contains the given {@link EntityDelta},
56 public static EntityDeltaList fromSingle(EntityDelta delta) {
57 final EntityDeltaList state = new EntityDeltaList();
63 * Create an {@link EntityDeltaList} based on {@link Contacts} specified by the
67 public static EntityDeltaList fromQuery(Uri entityUri, ContentResolver resolver,
80 * Create an {@link EntityDeltaList} tha
[all...]

Completed in 46 milliseconds