Searched refs:loadingPackages (Results 1 – 1 of 1) sorted by relevance
282 Set<String> loadingPackages = codeEntry.getValue(); in write() local284 fpw.println(LOADING_PACKAGE_CHAR + String.join(SPLIT_CHAR, loadingPackages)); in write()377 Set<String> loadingPackages = maybeReadLoadingPackages(in, version); in read() local390 dexUseInfo.mLoadingPackages.addAll(loadingPackages); in read()419 Set<String> loadingPackages = maybeReadLoadingPackages(in, version); in read() local420 currentPackageData.mCodePathsUsedByOtherApps.put(codePath, loadingPackages); in read()495 Set<String> loadingPackages) { in maybeAddLoadingPackage() argument496 return !owningPackage.equals(loadingPackage) && loadingPackages.add(loadingPackage); in maybeAddLoadingPackage()756 Set<String> loadingPackages = mCodePathsUsedByOtherApps.get(codePath); in mergeCodePathUsedByOtherApps() local757 if (loadingPackages == null) { in mergeCodePathUsedByOtherApps()[all …]