Searched refs:addedPaths (Results 1 – 1 of 1) sorted by relevance
334 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo() local348 addedPaths.add(path); in updateApplicationInfo()352 addedPaths.addAll(newPaths); in updateApplicationInfo()355 createOrUpdateClassLoaderLocked(addedPaths); in updateApplicationInfo()716 private void createOrUpdateClassLoaderLocked(List<String> addedPaths) { in createOrUpdateClassLoaderLocked() argument890 if (addedPaths != null && addedPaths.size() > 0) { in createOrUpdateClassLoaderLocked()891 final String add = TextUtils.join(File.pathSeparator, addedPaths); in createOrUpdateClassLoaderLocked()