Searched refs:oldPaths (Results 1 – 2 of 2) sorted by relevance
2414 List<String> oldPaths = new ArrayList<>(); in getPackageInfo() local2415 LoadedApk.makePaths(this, ai, oldPaths); in getPackageInfo()2416 packageInfo.updateApplicationInfo(ai, oldPaths); in getPackageInfo()2504 List<String> oldPaths = new ArrayList<>(); in getPackageInfo() local2505 LoadedApk.makePaths(this, aInfo, oldPaths); in getPackageInfo()2506 packageInfo.updateApplicationInfo(aInfo, oldPaths); in getPackageInfo()6016 final ArrayList<String> oldPaths = new ArrayList<>(); in handleApplicationInfoChanged() local6017 LoadedApk.makePaths(this, apk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged()6018 apk.updateApplicationInfo(ai, oldPaths); in handleApplicationInfoChanged()6021 final ArrayList<String> oldPaths = new ArrayList<>(); in handleApplicationInfoChanged() local[all …]
334 @Nullable List<String> oldPaths) { in updateApplicationInfo() argument341 if (oldPaths != null) { in updateApplicationInfo()345 for (String oldPath : oldPaths) { in updateApplicationInfo()