Searched refs:dumpApexPackageStates (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ComputerEngine.java | 3158 dumpApexPackageStates(activePackages, true, packageName, ipw); in dumpApex() 3160 dumpApexPackageStates(inactivePackages, false, packageName, ipw); in dumpApex() 3162 dumpApexPackageStates(factoryActivePackages, true, packageName, ipw); in dumpApex() 3163 dumpApexPackageStates(factoryInactivePackages, false, packageName, ipw); in dumpApex() 3174 private static void dumpApexPackageStates(List<PackageStateInternal> packageStates, in dumpApexPackageStates() method in ComputerEngine
|