Searched refs:removeIdmap (Results 1 – 7 of 7) sorted by relevance
71 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager77 mInstaller.removeIdmap(oi.baseCodePath); in removeIdmap()
731 mIdmapManager.removeIdmap(oi, oi.userId); in removeIdmapIfPossible()
74 void removeIdmap(@utf8InCpp String overlayApkPath); in removeIdmap() method
349 public void removeIdmap(String overlayApkPath) throws InstallerException { in removeIdmap() method in Installer352 mInstalld.removeIdmap(overlayApkPath); in removeIdmap()
111 binder::Status removeIdmap(const std::string& overlayApkPath);
2262 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { in removeIdmap() function in android::installd::InstalldNativeService
27664 HSPLandroid/os/IInstalld;->removeIdmap(Ljava/lang/String;)V