Home
last modified time | relevance | path

Searched defs:removeIdmap (Results 1 – 4 of 4) 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
/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
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2262 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { in removeIdmap() function in android::installd::InstalldNativeService