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.java280 packageUseInfo.mCodePathsUsedByOtherApps.entrySet()) { in write()
420 currentPackageData.mCodePathsUsedByOtherApps.put(codePath, loadingPackages); in read()
536 packageUseInfo.mCodePathsUsedByOtherApps.entrySet().iterator(); in syncData()
713 private final Map<String, Set<String>> mCodePathsUsedByOtherApps; field in PackageDexUsage.PackageUseInfo
731 mCodePathsUsedByOtherApps = new HashMap<>(); in PackageUseInfo()
737 mCodePathsUsedByOtherApps = new HashMap<>(); in PackageUseInfo()
738 for (Map.Entry<String, Set<String>> e : other.mCodePathsUsedByOtherApps.entrySet()) { in PackageUseInfo()
739 mCodePathsUsedByOtherApps.put(e.getKey(), new HashSet<>(e.getValue())); in PackageUseInfo()
756 Set<String> loadingPackages = mCodePathsUsedByOtherApps.get(codePath); in mergeCodePathUsedByOtherApps()
759 mCodePathsUsedByOtherApps.put(codePath, loadingPackages); in mergeCodePathUsedByOtherApps()
[all …]