Home
last modified time | relevance | path

Searched defs:compileLayouts (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DViewCompiler.java40 public boolean compileLayouts(AndroidPackage pkg) { in compileLayouts() method in ViewCompiler
H A DArtManagerService.java486 public boolean compileLayouts(AndroidPackage pkg) { in compileLayouts() method in ArtManagerService
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl67 boolean compileLayouts(@utf8InCpp String apkPath, @utf8InCpp String packageName, in compileLayouts() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java936 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() method in Installer
/aosp12/frameworks/base/services/core/java/android/content/pm/
H A DPackageManagerInternal.java892 public abstract boolean compileLayouts(String packageName); in compileLayouts() method in PackageManagerInternal
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2451 binder::Status InstalldNativeService::compileLayouts(const std::string& apkPath, in compileLayouts() function in android::installd::InstalldNativeService