Searched refs:addedPaths (Results 1 – 1 of 1) sorted by relevance
281 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo() local295 addedPaths.add(path); in updateApplicationInfo()299 addedPaths.addAll(newPaths); in updateApplicationInfo()302 createOrUpdateClassLoaderLocked(addedPaths); in updateApplicationInfo()579 private void createOrUpdateClassLoaderLocked(List<String> addedPaths) { in createOrUpdateClassLoaderLocked() argument685 if (addedPaths != null && addedPaths.size() > 0) { in createOrUpdateClassLoaderLocked()686 final String add = TextUtils.join(File.pathSeparator, addedPaths); in createOrUpdateClassLoaderLocked()