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.java282 Set<String> loadingPackages = codeEntry.getValue(); in write() local
284 fpw.println(LOADING_PACKAGE_CHAR + String.join(SPLIT_CHAR, loadingPackages)); in write()
378 Set<String> loadingPackages = readLoadingPackages(in, version); in read() local
391 dexUseInfo.mLoadingPackages.addAll(loadingPackages); in read()
414 Set<String> loadingPackages = readLoadingPackages(in, version); in read() local
415 currentPackageData.mPrimaryCodePaths.put(codePath, loadingPackages); in read()
463 Set<String> loadingPackages) { in maybeAddLoadingPackage() argument
464 return !owningPackage.equals(loadingPackage) && loadingPackages.add(loadingPackage); in maybeAddLoadingPackage()
722 Set<String> loadingPackages = mPrimaryCodePaths.get(codePath); in mergePrimaryCodePaths() local
723 if (loadingPackages == null) { in mergePrimaryCodePaths()
[all …]