Searched refs:removeIdmap (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/cmds/idmap2/idmap2d/aidl/services/android/os/ |
H A D | IIdmap2.aidl | 27 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | IdmapManager.java | 129 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 D | IdmapDaemon.java | 140 boolean removeIdmap(String overlayPath, int userId) throws TimeoutException, RemoteException { in removeIdmap() method in IdmapDaemon 149 return idmap2.removeIdmap(overlayPath, userId); in removeIdmap()
|
H A D | OverlayManagerServiceImpl.java | 916 mIdmapManager.removeIdmap(oi, oi.userId); in removeIdmapIfPossible()
|
/aosp14/frameworks/base/cmds/idmap2/idmap2d/ |
H A D | Idmap2Service.h | 46 binder::Status removeIdmap(const std::string& overlay_path, int32_t user_id,
|
H A D | Idmap2Service.cpp | 89 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 D | OverlayManagerServiceImplTestsBase.java | 490 boolean removeIdmap(String overlayPath, int userId) { in removeIdmap() method in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36413 Landroid/os/IInstalld$Stub$Proxy;->removeIdmap(Ljava/lang/String;)V 36494 Landroid/os/IInstalld;->removeIdmap(Ljava/lang/String;)V
|