Searched refs:mAllPackagesCache (Results 1 – 1 of 1) sorted by relevance
447 private List<PackageInfo> mAllPackagesCache; field in ApexManager.ApexManagerImpl527 mAllPackagesCache = new ArrayList<>(); in scanApexPackagesInternalLocked()566 mAllPackagesCache.add(packageInfo); in scanApexPackagesInternalLocked()605 Preconditions.checkState(mAllPackagesCache != null, in getPackageInfo()626 Preconditions.checkState(mAllPackagesCache != null, in getActivePackages()629 for (int i = 0; i < mAllPackagesCache.size(); i++) { in getActivePackages()642 Preconditions.checkState(mAllPackagesCache != null, in getFactoryPackages()658 Preconditions.checkState(mAllPackagesCache != null, in getInactivePackages()675 Preconditions.checkState(mAllPackagesCache != null, in isApexPackage()1059 mAllPackagesCache.add(finalApexPkg); in installPackage()[all …]