Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DResourcesManager.java1149 @Nullable final String[] oldPaths) { in applyNewResourceDirsLocked() argument
1178 || ArrayUtils.contains(oldPaths, key.mResDir)) { in applyNewResourceDirsLocked()
DLoadedApk.java329 @Nullable List<String> oldPaths) { in updateApplicationInfo() argument
336 if (oldPaths != null) { in updateApplicationInfo()
340 for (String oldPath : oldPaths) { in updateApplicationInfo()
DActivityThread.java5714 final ArrayList<String> oldPaths = new ArrayList<>(); in handleApplicationInfoChanged() local
5715 LoadedApk.makePaths(this, apk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged()
5716 apk.updateApplicationInfo(ai, oldPaths); in handleApplicationInfoChanged()
5720 final ArrayList<String> oldPaths = new ArrayList<>(); in handleApplicationInfoChanged() local
5721 LoadedApk.makePaths(this, resApk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged()
5722 resApk.updateApplicationInfo(ai, oldPaths); in handleApplicationInfoChanged()
5989 final ArrayList<String> oldPaths = new ArrayList<>(); in handleDispatchPackageBroadcast() local
5990 LoadedApk.makePaths(this, pkgInfo.getApplicationInfo(), oldPaths); in handleDispatchPackageBroadcast()
5991 pkgInfo.updateApplicationInfo(aInfo, oldPaths); in handleDispatchPackageBroadcast()