Home
last modified time | relevance | path

Searched defs:destroyAppProfiles (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl72 void destroyAppProfiles(@utf8InCpp String packageName); in destroyAppProfiles() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java409 public void destroyAppProfiles(String packageName) throws InstallerException { in destroyAppProfiles() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp683 binder::Status InstalldNativeService::destroyAppProfiles(const std::string& packageName) { in destroyAppProfiles() function in android::installd::InstalldNativeService