Searched refs:getLoadingPackages (Results 1 – 5 of 5) sorted by relevance
100 Set<String> otherPackages = dexUseInfo.getLoadingPackages(); in onReconcileSecondaryDexFile()
757 public Set<String> getLoadingPackages(String codePath) { in getLoadingPackages() method in PackageDexUsage.PackageUseInfo856 public Set<String> getLoadingPackages() { in getLoadingPackages() method in PackageDexUsage.DexUseInfo
162 dexUseInfo.getLoadingPackages().addAll(Arrays.asList(otherPackageNames)); in runOnReconcile()
553 assertEquals(pInfo.getLoadingPackages(primary.mDexFile), users); in assertPackageDexUsage()569 assertEquals(dInfo.getLoadingPackages(), users); in assertPackageDexUsage()
464 pw.println("used by other apps: " + useInfo.getLoadingPackages(path)); in dumpDexoptState()480 pw.println("used by other apps: " + dexUseInfo.getLoadingPackages()); in dumpDexoptState()