Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapManager.java104 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 DIdmapDaemon.java123 boolean removeIdmap(String overlayPath, int userId) throws TimeoutException, RemoteException { in removeIdmap() method in IdmapDaemon
125 return mService.removeIdmap(overlayPath, userId); in removeIdmap()
H A DOverlayManagerServiceImpl.java861 mIdmapManager.removeIdmap(oi, oi.userId); in removeIdmapIfPossible()
/aosp12/frameworks/base/cmds/idmap2/idmap2d/aidl/services/android/os/
H A DIIdmap2.aidl27 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() method
/aosp12/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.h43 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
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerServiceImplTestsBase.java454 boolean removeIdmap(String overlayPath, int userId) { in removeIdmap() method in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39736 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 Dart-profile27911 HPLcom/android/server/om/IdmapDaemon;->removeIdmap(Ljava/lang/String;I)Z
27925 PLcom/android/server/om/IdmapManager;->removeIdmap(Landroid/content/om/OverlayInfo;I)Z