Searched refs:buildChildrenMap (Results 1 – 1 of 1) sorted by relevance
93 final HashMap<String, NamedContentValues> beforeChildren = buildChildrenMap(before); in buildDiff()94 final HashMap<String, NamedContentValues> afterChildren = buildChildrenMap(after); in buildDiff()138 private static HashMap<String, NamedContentValues> buildChildrenMap(Entity entity) { in buildChildrenMap() method in EntityDiff