Searched refs:removeIdmap (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/om/ |
H A D | IdmapManager.java | 104 boolean removeIdmap(@NonNull final OverlayInfo oi, final int userId) { in removeIdmap() method in IdmapManager 109 return mIdmapDaemon.removeIdmap(oi.baseCodePath, userId); in removeIdmap()
|
H A D | IdmapDaemon.java | 123 boolean removeIdmap(String overlayPath, int userId) throws TimeoutException, RemoteException { in removeIdmap() method in IdmapDaemon 125 return mService.removeIdmap(overlayPath, userId); in removeIdmap()
|
H A D | OverlayManagerServiceImpl.java | 861 mIdmapManager.removeIdmap(oi, oi.userId); in removeIdmapIfPossible()
|
/aosp12/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
|
/aosp12/frameworks/base/cmds/idmap2/idmap2d/ |
H A D | Idmap2Service.h | 43 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
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplTestsBase.java | 454 boolean removeIdmap(String overlayPath, int userId) { in removeIdmap() method in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39736 Landroid/os/IInstalld$Stub$Proxy;->removeIdmap(Ljava/lang/String;)V 39817 Landroid/os/IInstalld;->removeIdmap(Ljava/lang/String;)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27911 HPLcom/android/server/om/IdmapDaemon;->removeIdmap(Ljava/lang/String;I)Z 27925 PLcom/android/server/om/IdmapManager;->removeIdmap(Landroid/content/om/OverlayInfo;I)Z
|