Searched refs:EntityDiff (Results 1 – 1 of 1) sorted by relevance
36 public class EntityDiff extends ArrayList<ContentProviderOperation> { class37 private EntityDiff() { in EntityDiff() method in EntityDiff46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, in buildDiff()48 final EntityDiff diff = new EntityDiff(); in buildDiff()