Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/idmap2d/aidl/android/os/
DIIdmap2.aidl24 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() method
/frameworks/base/services/core/java/com/android/server/om/
DIdmapManager.java90 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager
DIdmapDaemon.java114 boolean removeIdmap(String overlayPath, int userId) throws TimeoutException, RemoteException { in removeIdmap() method in IdmapDaemon
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp99 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/
DOverlayManagerServiceImplTestsBase.java404 boolean removeIdmap(String overlayPath, int userId) { in removeIdmap() method in OverlayManagerServiceImplTestsBase.DummyIdmapDaemon