Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtManagerService.java264 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot() method in ArtManagerService
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl80 boolean createProfileSnapshot(int appId, @utf8InCpp String packageName, in createProfileSnapshot() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java732 public boolean createProfileSnapshot(int appId, String packageName, String profileName, in createProfileSnapshot() method in Installer
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp969 void createProfileSnapshot(int32_t appid, const std::string& package_name, in createProfileSnapshot() function in android::installd::ProfileTest
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2381 binder::Status InstalldNativeService::createProfileSnapshot(int32_t appId, in createProfileSnapshot() function in android::installd::InstalldNativeService