Searched refs:newPaths (Results 1 – 1 of 1) sorted by relevance
267 final List<String> newPaths = new ArrayList<>(); in updateApplicationInfo() local268 makePaths(mActivityThread, aInfo, newPaths, null /*libPaths*/); in updateApplicationInfo()269 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo()272 for (String path : newPaths) { in updateApplicationInfo()287 addedPaths.addAll(newPaths); in updateApplicationInfo()