Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDiff.java93 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