Searched refs:oldChildCount (Results 1 – 2 of 2) sorted by relevance
303 final int oldChildCount = oldInfo.getChildCount(); in add() local304 for (int i = 0; i < oldChildCount; i++) { in add()
15626 final int oldChildCount = (oldPkg.childPackages != null) ? oldPkg.childPackages.size() : 0;15631 for (int j = 0; j < oldChildCount; j++) {