Home
last modified time | relevance | path

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

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