Home
last modified time | relevance | path

Searched defs:destroyProfileSnapshot (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java300 private void destroyProfileSnapshot(String packageName, String profileName) { in destroyProfileSnapshot() method in ArtManagerService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl89 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java893 public void destroyProfileSnapshot(String packageName, String profileName) in destroyProfileSnapshot() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3052 binder::Status InstalldNativeService::destroyProfileSnapshot(const std::string& packageName, in destroyProfileSnapshot() function in android::installd::InstalldNativeService