Searched refs:clearAppProfiles (Results 1 – 7 of 7) sorted by relevance
452 public void clearAppProfiles(AndroidPackage pkg) { in clearAppProfiles() method in ArtManagerService457 mInstaller.clearAppProfiles(pkg.getPackageName(), profileName); in clearAppProfiles()
79 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles() method
443 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles() method in Installer446 mInstalld.clearAppProfiles(packageName, profileName); in clearAppProfiles()
131 binder::Status clearAppProfiles(const std::string& packageName, const std::string& profileName);
575 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName, in clearAppProfiles() function in android::installd::InstalldNativeService
23961 HSPLcom/android/server/pm/Installer;->clearAppProfiles(Ljava/lang/String;Ljava/lang/String;)V26769 HSPLcom/android/server/pm/dex/ArtManagerService;->clearAppProfiles(Lcom/android/server/pm/parsing/p…
15453 HSPLandroid/os/IInstalld$Stub$Proxy;->clearAppProfiles(Ljava/lang/String;Ljava/lang/String;)V