Home
last modified time | relevance | path

Searched refs:newPaths (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DLoadedApk.java335 final List<String> newPaths = new ArrayList<>(); in updateApplicationInfo() local
336 makePaths(mActivityThread, aInfo, newPaths); in updateApplicationInfo()
337 final List<String> addedPaths = new ArrayList<>(newPaths.size()); in updateApplicationInfo()
340 for (String path : newPaths) { in updateApplicationInfo()
355 addedPaths.addAll(newPaths); in updateApplicationInfo()