Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2d/aidl/services/android/os/
DIIdmap2.aidl27 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() method
/frameworks/base/services/core/java/com/android/server/om/
DIdmapManager.java129 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager
DIdmapDaemon.java147 boolean removeIdmap(String overlayPath, int userId) throws TimeoutException, RemoteException { in removeIdmap() method in IdmapDaemon
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp89 Status Idmap2Service::removeIdmap(const std::string& overlay_path, int32_t user_id ATTRIBUTE_UNUSED, in removeIdmap() function in android::os::Idmap2Service
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerServiceImplTestsBase.java490 boolean removeIdmap(String overlayPath, int userId) { in removeIdmap() method in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon