Searched refs:addedPaths (Results 1 – 1 of 1) sorted by relevance
269 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo() local283 addedPaths.add(path); in updateApplicationInfo()287 addedPaths.addAll(newPaths); in updateApplicationInfo()290 createOrUpdateClassLoaderLocked(addedPaths); in updateApplicationInfo()422 private void createOrUpdateClassLoaderLocked(List<String> addedPaths) { in createOrUpdateClassLoaderLocked() argument529 if (addedPaths != null && addedPaths.size() > 0) { in createOrUpdateClassLoaderLocked()530 final String add = TextUtils.join(File.pathSeparator, addedPaths); in createOrUpdateClassLoaderLocked()