Searched refs:removeIdmap (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapManager.java71 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { method in class:IdmapManager
77 mInstaller.removeIdmap(oi.baseCodePath);
H A DOverlayManagerServiceImpl.java538 // direct calls to IdmapManager.removeIdmap, without looping over all
556 mIdmapManager.removeIdmap(oi, oi.userId);
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl64 void removeIdmap(@utf8InCpp String overlayApkPath);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java323 public void removeIdmap(String overlayApkPath) throws InstallerException { method in class:Installer
326 mInstalld.removeIdmap(overlayApkPath);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h99 binder::Status removeIdmap(const std::string& overlayApkPath);
H A DInstalldNativeService.cpp2124 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { function in class:android::installd::InstalldNativeService

Completed in 1378 milliseconds