Searched refs:makePaths (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 333 makePaths(mActivityThread, aInfo, newPaths); in updateApplicationInfo() 397 public static void makePaths(ActivityThread activityThread, in makePaths() method in LoadedApk 400 makePaths(activityThread, false, aInfo, outZipPaths, null); in makePaths() 421 public static void makePaths(ActivityThread activityThread, in makePaths() method in LoadedApk 797 makePaths(mActivityThread, isBundledApp, mApplicationInfo, zipPaths, libPaths); in createOrUpdateClassLoaderLocked()
|
D | ActivityThread.java | 5715 LoadedApk.makePaths(this, apk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged() 5721 LoadedApk.makePaths(this, resApk.getApplicationInfo(), oldPaths); in handleApplicationInfoChanged() 5990 LoadedApk.makePaths(this, pkgInfo.getApplicationInfo(), oldPaths); in handleDispatchPackageBroadcast()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 302 LoadedApk.makePaths(null, true, appInfo, zipPaths, libPaths); in getClassLoader()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1749 HSPLandroid/app/LoadedApk;->makePaths(Landroid/app/ActivityThread;ZLandroid/content/pm/ApplicationI…
|
D | hiddenapi-greylist-max-o.txt | 7384 Landroid/app/LoadedApk;->makePaths(Landroid/app/ActivityThread;Landroid/content/pm/ApplicationInfo;… 7385 Landroid/app/LoadedApk;->makePaths(Landroid/app/ActivityThread;ZLandroid/content/pm/ApplicationInfo…
|