Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DViewCompiler.java40 public boolean compileLayouts(AndroidPackage pkg) { in compileLayouts() method in ViewCompiler
DArtManagerService.java545 public boolean compileLayouts(@NonNull PackageState packageState, @NonNull AndroidPackage pkg) { in compileLayouts() method in ArtManagerService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl73 boolean compileLayouts(@utf8InCpp String apkPath, @utf8InCpp String packageName, in compileLayouts() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java1128 public boolean compileLayouts(String apkPath, String packageName, String outDexFile, int uid) { in compileLayouts() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3134 binder::Status InstalldNativeService::compileLayouts(const std::string& apkPath, in compileLayouts() function in android::installd::InstalldNativeService