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