Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl60 void clearAppProfiles(@utf8InCpp String packageName); in clearAppProfiles() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java351 public void clearAppProfiles(String packageName) throws InstallerException { in clearAppProfiles() method in Installer
354 mInstalld.clearAppProfiles(packageName); in clearAppProfiles()
/frameworks/native/cmds/installd/
DInstalldNativeService.h94 binder::Status clearAppProfiles(const std::string& packageName);
DInstalldNativeService.cpp486 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName) { in clearAppProfiles() function in android::installd::InstalldNativeService