Searched refs:compileLayouts (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ViewCompiler.java | 40 public boolean compileLayouts(AndroidPackage pkg) { in compileLayouts() method in ViewCompiler 52 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
|
H A D | ArtManagerService.java | 545 public boolean compileLayouts(@NonNull PackageState packageState, @NonNull AndroidPackage pkg) { in compileLayouts() method in ArtManagerService 565 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 1128 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() method in Installer 1130 return mInstalld.compileLayouts(apkPath, packageName, outDexFile, uid); in compileLayouts()
|
H A D | DexOptHelper.java | 228 mPm.mArtManagerService.compileLayouts(packageState, pkg); in performDexOptUpgrade()
|
H A D | InstallPackageHelper.java | 2519 mViewCompiler.compileLayouts(pkg); in executePostCommitStepsLIF()
|