Searched refs:clearAppProfiles (Results 1 – 7 of 7) sorted by relevance
68 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles() method
443 public void clearAppProfiles(PackageParser.Package pkg) { in clearAppProfiles() method in ArtManagerService448 mInstaller.clearAppProfiles(pkg.packageName, profileName); in clearAppProfiles()
397 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles() method in Installer400 mInstalld.clearAppProfiles(packageName, profileName); in clearAppProfiles()
10391 mArtManagerService.clearAppProfiles(pkg);10394 mArtManagerService.clearAppProfiles(pkg.childPackages.get(i));
114 binder::Status clearAppProfiles(const std::string& packageName, const std::string& profileName);
530 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName, in clearAppProfiles() function in android::installd::InstalldNativeService
10331 HSPLcom/android/server/pm/Installer;->clearAppProfiles(Ljava/lang/String;Ljava/lang/String;)V11861 HSPLcom/android/server/pm/dex/ArtManagerService;->clearAppProfiles(Landroid/content/pm/PackageParse…