Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDiff.java94 final HashMap<String, NamedContentValues> afterChildren = buildChildrenMap(after); in buildDiff() local
99 final NamedContentValues afterChild = afterChildren.get(key); in buildDiff()
116 afterChildren.remove(key); in buildDiff()
120 for (NamedContentValues afterChild : afterChildren.values()) { in buildDiff()