Searched refs:EntityDiff (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDiff.java36 public class EntityDiff extends ArrayList<ContentProviderOperation> { class in inherits:ArrayList
37 private EntityDiff() { method in class:EntityDiff
46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri,
48 final EntityDiff diff = new EntityDiff();

Completed in 47 milliseconds