Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DViewCompiler.java36 public boolean compileLayouts(PackageParser.Package pkg) { in compileLayouts() method in ViewCompiler
DArtManagerService.java481 public boolean compileLayouts(PackageParser.Package pkg) { in compileLayouts() method in ArtManagerService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl61 boolean compileLayouts(@utf8InCpp String apkPath, @utf8InCpp String packageName, in compileLayouts() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java714 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() method in Installer
/frameworks/base/core/java/android/content/pm/
DPackageManagerInternal.java932 public abstract boolean compileLayouts(String packageName); in compileLayouts() method in PackageManagerInternal
DIPackageManager.aidl593 boolean compileLayouts(String packageName); in compileLayouts() method
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2323 binder::Status InstalldNativeService::compileLayouts(const std::string& apkPath, in compileLayouts() function in android::installd::InstalldNativeService