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.java294 private void destroyProfileSnapshot(String packageName, String profileName) { in destroyProfileSnapshot() method in ArtManagerService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl76 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java567 public void destroyProfileSnapshot(String packageName, String profileName) in destroyProfileSnapshot() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2264 binder::Status InstalldNativeService::destroyProfileSnapshot(const std::string& packageName, in destroyProfileSnapshot() function in android::installd::InstalldNativeService