Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/idmap2d/aidl/services/android/os/
H A DIIdmap2.aidl27 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() method
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapManager.java129 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager
134 return mIdmapDaemon.removeIdmap(oi.baseCodePath, userId); in removeIdmap()
H A DIdmapDaemon.java140 boolean removeIdmap(String overlayPath, int userId) throws TimeoutException, RemoteException { in removeIdmap() method in IdmapDaemon
149 return idmap2.removeIdmap(overlayPath, userId); in removeIdmap()
H A DOverlayManagerServiceImpl.java916 mIdmapManager.removeIdmap(oi, oi.userId); in removeIdmapIfPossible()
/aosp14/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.h46 binder::Status removeIdmap(const std::string& overlay_path, int32_t user_id,
H A DIdmap2Service.cpp89 Status Idmap2Service::removeIdmap(const std::string& overlay_path, int32_t user_id ATTRIBUTE_UNUSED, in removeIdmap() function in android::os::Idmap2Service
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerServiceImplTestsBase.java490 boolean removeIdmap(String overlayPath, int userId) { in removeIdmap() method in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36413 Landroid/os/IInstalld$Stub$Proxy;->removeIdmap(Ljava/lang/String;)V
36494 Landroid/os/IInstalld;->removeIdmap(Ljava/lang/String;)V