Searched defs:removeIdmap (Results 1 - 3 of 3) 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);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java349 public void removeIdmap(String overlayApkPath) throws InstallerException { method in class:Installer
352 mInstalld.removeIdmap(overlayApkPath);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2262 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { function in class:android::installd::InstalldNativeService

Completed in 87 milliseconds