Home | History | Annotate | Download | only in app

Lines Matching defs:oldPaths

5062             final ArrayList<String> oldPaths = new ArrayList<>();
5063 LoadedApk.makePaths(this, apk.getApplicationInfo(), oldPaths);
5064 apk.updateApplicationInfo(ai, oldPaths);
5067 final ArrayList<String> oldPaths = new ArrayList<>();
5068 LoadedApk.makePaths(this, resApk.getApplicationInfo(), oldPaths);
5069 resApk.updateApplicationInfo(ai, oldPaths);
5282 final List<String> oldPaths =
5284 pkgInfo.updateApplicationInfo(aInfo, oldPaths);