Home
last modified time | relevance | path

Searched refs:compileLayouts (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DViewCompiler.java40 public boolean compileLayouts(AndroidPackage pkg) { in compileLayouts() method in ViewCompiler
52 return mInstaller.compileLayouts(apkPath, packageName, outDexFile, in compileLayouts()
H A DArtManagerService.java545 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 DInstaller.java1128 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 DDexOptHelper.java228 mPm.mArtManagerService.compileLayouts(packageState, pkg); in performDexOptUpgrade()
H A DInstallPackageHelper.java2519 mViewCompiler.compileLayouts(pkg); in executePostCommitStepsLIF()