Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DPackageDexUsage.java284 packageUseInfo.mCodePathsUsedByOtherApps.entrySet()) { in write()
424 currentPackageData.mCodePathsUsedByOtherApps.put(codePath, loadingPackages); in read()
540 packageUseInfo.mCodePathsUsedByOtherApps.entrySet().iterator(); in syncData()
717 private final Map<String, Set<String>> mCodePathsUsedByOtherApps; field in PackageDexUsage.PackageUseInfo
735 mCodePathsUsedByOtherApps = new HashMap<>(); in PackageUseInfo()
741 mCodePathsUsedByOtherApps = new HashMap<>(); in PackageUseInfo()
742 for (Map.Entry<String, Set<String>> e : other.mCodePathsUsedByOtherApps.entrySet()) { in PackageUseInfo()
743 mCodePathsUsedByOtherApps.put(e.getKey(), new HashSet<>(e.getValue())); in PackageUseInfo()
760 Set<String> loadingPackages = mCodePathsUsedByOtherApps.get(codePath); in mergeCodePathUsedByOtherApps()
763 mCodePathsUsedByOtherApps.put(codePath, loadingPackages); in mergeCodePathUsedByOtherApps()
[all …]