Searched refs:clearAppProfiles (Results 1 – 7 of 7) sorted by relevance
435 public void clearAppProfiles(PackageParser.Package pkg) { in clearAppProfiles() method in ArtManagerService440 mInstaller.clearAppProfiles(pkg.packageName, profileName); in clearAppProfiles()
66 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles() method
377 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles() method in Installer380 mInstalld.clearAppProfiles(packageName, profileName); in clearAppProfiles()
9676 mArtManagerService.clearAppProfiles(pkg);9679 mArtManagerService.clearAppProfiles(pkg.childPackages.get(i));
101 binder::Status clearAppProfiles(const std::string& packageName, const std::string& profileName);
574 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName, in clearAppProfiles() function in android::installd::InstalldNativeService
27617 HSPLandroid/os/IInstalld$Stub$Proxy;->clearAppProfiles(Ljava/lang/String;Ljava/lang/String;)V27632 HSPLandroid/os/IInstalld;->clearAppProfiles(Ljava/lang/String;Ljava/lang/String;)V