Home
last modified time | relevance | path

Searched refs:removeIdmap (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/om/
DIdmapManager.java71 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager
77 mInstaller.removeIdmap(oi.baseCodePath); in removeIdmap()
DOverlayManagerServiceImpl.java731 mIdmapManager.removeIdmap(oi, oi.userId); in removeIdmapIfPossible()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl74 void removeIdmap(@utf8InCpp String overlayApkPath); in removeIdmap() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java349 public void removeIdmap(String overlayApkPath) throws InstallerException { in removeIdmap() method in Installer
352 mInstalld.removeIdmap(overlayApkPath); in removeIdmap()
/frameworks/native/cmds/installd/
DInstalldNativeService.h111 binder::Status removeIdmap(const std::string& overlayApkPath);
DInstalldNativeService.cpp2262 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { in removeIdmap() function in android::installd::InstalldNativeService
/frameworks/base/config/
Dboot-image-profile.txt27664 HSPLandroid/os/IInstalld;->removeIdmap(Ljava/lang/String;)V