Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DPackageDexUsage.java281 Set<String> loadingPackages = codeEntry.getValue(); in write() local
283 fpw.println(LOADING_PACKAGE_CHAR + String.join(SPLIT_CHAR, loadingPackages)); in write()
377 Set<String> loadingPackages = readLoadingPackages(in, version); in read() local
390 dexUseInfo.mLoadingPackages.addAll(loadingPackages); in read()
413 Set<String> loadingPackages = readLoadingPackages(in, version); in read() local
414 currentPackageData.mPrimaryCodePaths.put(codePath, loadingPackages); in read()
462 Set<String> loadingPackages) { in maybeAddLoadingPackage() argument
463 return !owningPackage.equals(loadingPackage) && loadingPackages.add(loadingPackage); in maybeAddLoadingPackage()
721 Set<String> loadingPackages = mPrimaryCodePaths.get(codePath); in mergePrimaryCodePaths() local
722 if (loadingPackages == null) { in mergePrimaryCodePaths()
[all …]