Searched refs:inactivePackages (Results 1 – 1 of 1) sorted by relevance
3208 @NonNull List<PackageStateInternal> inactivePackages, in generateApexPackageInfo() argument3223 inactivePackages.add(psDisabled); in generateApexPackageInfo()3231 List<PackageStateInternal> inactivePackages = new ArrayList<>(); in dumpApex() local3234 generateApexPackageInfo(activePackages, inactivePackages, factoryActivePackages, in dumpApex()3239 dumpApexPackageStates(inactivePackages, false, packageName, ipw); in dumpApex()