Searched defs:overlayApkPath (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/idmap2/idmap2d/aidl/android/os/ |
D | IIdmap2.aidl | 31 @utf8InCpp String getIdmapPath(@utf8InCpp String overlayApkPath, int userId); in getIdmapPath() 32 boolean removeIdmap(@utf8InCpp String overlayApkPath, int userId); in removeIdmap() 33 boolean verifyIdmap(@utf8InCpp String overlayApkPath, int fulfilledPolicies, in verifyIdmap() 36 @utf8InCpp String overlayApkPath, in createIdmap()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 75 void idmap(@utf8InCpp String targetApkPath, @utf8InCpp String overlayApkPath, int uid); in idmap() 76 void removeIdmap(@utf8InCpp String overlayApkPath); in removeIdmap()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 354 public void idmap(String targetApkPath, String overlayApkPath, int uid) in idmap() 366 public void removeIdmap(String overlayApkPath) throws InstallerException { in removeIdmap()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 329 bool AssetManager::createIdmap(const char* targetApkPath, const char* overlayApkPath, in createIdmap()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2343 const std::string& overlayApkPath, int32_t uid) { in idmap() 2431 binder::Status InstalldNativeService::removeIdmap(const std::string& overlayApkPath) { in removeIdmap()
|