Searched refs:clearAppProfiles (Results 1 – 4 of 4) sorted by relevance
60 void clearAppProfiles(@utf8InCpp String packageName); in clearAppProfiles() method
351 public void clearAppProfiles(String packageName) throws InstallerException { in clearAppProfiles() method in Installer354 mInstalld.clearAppProfiles(packageName); in clearAppProfiles()
94 binder::Status clearAppProfiles(const std::string& packageName);
486 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName) { in clearAppProfiles() function in android::installd::InstalldNativeService