Home
last modified time | relevance | path

Searched defs:removeIdmap (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/idmap2/idmap2d/aidl/android/os/
DIIdmap2.aidl32 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() method
/frameworks/base/services/core/java/com/android/server/om/
DIdmapManager.java100 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager
DIdmapDaemon.java113 boolean removeIdmap(String overlayPath, int userId) throws Exception { in removeIdmap() method in IdmapDaemon
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp77 Status Idmap2Service::removeIdmap(const std::string& overlay_apk_path, in removeIdmap() function in android::os::Idmap2Service
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerServiceImplTests.java471 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in OverlayManagerServiceImplTests.DummyIdmapManager
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl79 void removeIdmap(@utf8InCpp String overlayApkPath); in removeIdmap() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java369 public void removeIdmap(String overlayApkPath) throws InstallerException { in removeIdmap() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2606 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { in removeIdmap() function in android::installd::InstalldNativeService