Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java447 public void clearAppProfiles(PackageParser.Package pkg) { in clearAppProfiles() method in ArtManagerService
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl71 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java400 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp565 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName, in clearAppProfiles() function in android::installd::InstalldNativeService