Home
last modified time | relevance | path

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

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