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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java56 public class EntityDelta implements Parcelable { class in inherits:Parcelable
59 private static final String TAG = "EntityDelta";
73 public EntityDelta() { method in class:EntityDelta
76 public EntityDelta(ValuesDelta values) { method in class:EntityDelta
81 * Build an {@link EntityDelta} using the given {@link Entity} as a
84 public static EntityDelta fromBefore(Entity before) {
85 final EntityDelta entity = new EntityDelta();
95 * Merge the "after" values from the given {@link EntityDelta} onto the
96 * "before" state represented by this {@link EntityDelta}, discardin
[all...]

Completed in 42 milliseconds