Searched defs:destroyAppProfiles (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java386 public void destroyAppProfiles(String packageName) throws InstallerException { method in class:Installer
389 mInstalld.destroyAppProfiles(packageName);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp650 binder::Status InstalldNativeService::destroyAppProfiles(const std::string& packageName) { function in class:android::installd::InstalldNativeService

Completed in 14 milliseconds