Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DResourcesManager.java1142 @Nullable final String[] oldPaths) { in applyNewResourceDirsLocked() argument
1171 || ArrayUtils.contains(oldPaths, key.mResDir)) { in applyNewResourceDirsLocked()
DLoadedApk.java328 @Nullable List<String> oldPaths) { in updateApplicationInfo() argument
335 if (oldPaths != null) { in updateApplicationInfo()
339 for (String oldPath : oldPaths) { in updateApplicationInfo()
DActivityThread.java5674 final ArrayList<String> oldPaths = new ArrayList<>(); in handleApplicationInfoChanged() local
5675 LoadedApk.makePaths(this, apk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged()
5676 apk.updateApplicationInfo(ai, oldPaths); in handleApplicationInfoChanged()
5680 final ArrayList<String> oldPaths = new ArrayList<>(); in handleApplicationInfoChanged() local
5681 LoadedApk.makePaths(this, resApk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged()
5682 resApk.updateApplicationInfo(ai, oldPaths); in handleApplicationInfoChanged()
5949 final ArrayList<String> oldPaths = new ArrayList<>(); in handleDispatchPackageBroadcast() local
5950 LoadedApk.makePaths(this, pkgInfo.getApplicationInfo(), oldPaths); in handleDispatchPackageBroadcast()
5951 pkgInfo.updateApplicationInfo(aInfo, oldPaths); in handleDispatchPackageBroadcast()