Searched refs:newPaths (Results 1 – 1 of 1) sorted by relevance
332 final List<String> newPaths = new ArrayList<>(); in updateApplicationInfo() local333 makePaths(mActivityThread, aInfo, newPaths); in updateApplicationInfo()334 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo()337 for (String path : newPaths) { in updateApplicationInfo()352 addedPaths.addAll(newPaths); in updateApplicationInfo()