Searched refs:loadingPackages (Results 1 – 1 of 1) sorted by relevance
281 Set<String> loadingPackages = codeEntry.getValue(); in write() local283 fpw.println(LOADING_PACKAGE_CHAR + String.join(SPLIT_CHAR, loadingPackages)); in write()377 Set<String> loadingPackages = readLoadingPackages(in, version); in read() local390 dexUseInfo.mLoadingPackages.addAll(loadingPackages); in read()413 Set<String> loadingPackages = readLoadingPackages(in, version); in read() local414 currentPackageData.mPrimaryCodePaths.put(codePath, loadingPackages); in read()462 Set<String> loadingPackages) { in maybeAddLoadingPackage() argument463 return !owningPackage.equals(loadingPackage) && loadingPackages.add(loadingPackage); in maybeAddLoadingPackage()721 Set<String> loadingPackages = mPrimaryCodePaths.get(codePath); in mergePrimaryCodePaths() local722 if (loadingPackages == null) { in mergePrimaryCodePaths()[all …]