Searched refs:addedPaths (Results 1 – 1 of 1) sorted by relevance
339 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo() local353 addedPaths.add(path); in updateApplicationInfo()357 addedPaths.addAll(newPaths); in updateApplicationInfo()360 createOrUpdateClassLoaderLocked(addedPaths); in updateApplicationInfo()771 private void createOrUpdateClassLoaderLocked(List<String> addedPaths) { in createOrUpdateClassLoaderLocked() argument992 if (addedPaths != null && addedPaths.size() > 0) { in createOrUpdateClassLoaderLocked()993 final String add = TextUtils.join(File.pathSeparator, addedPaths); in createOrUpdateClassLoaderLocked()