Searched refs:installRequests (Results 1 – 3 of 3) sorted by relevance
502 private void processInstallRequests(boolean success, List<InstallRequest> installRequests) { in processInstallRequests() argument505 for (InstallRequest request : installRequests) { in processInstallRequests()536 processApkInstallRequests(success, installRequests); in processInstallRequests()539 private void processApkInstallRequests(boolean success, List<InstallRequest> installRequests) { in processApkInstallRequests() argument541 for (InstallRequest request : installRequests) { in processApkInstallRequests()547 mPm.installPackagesTraced(installRequests); in processApkInstallRequests()549 for (InstallRequest request : installRequests) { in processApkInstallRequests()553 for (InstallRequest request : installRequests) { in processApkInstallRequests()676 final ArrayList<InstallRequest> installRequests = new ArrayList<>(numChildSessions); in start() local681 installRequests.add(installRequest); in start()[all …]
65 List<InstallRequest> installRequests, in reconcilePackages() argument71 final List<ReconciledPackage> result = new ArrayList<>(installRequests.size()); in reconcilePackages()75 new ArrayMap<>(allPackages.size() + installRequests.size()); in reconcilePackages()82 for (InstallRequest installRequest : installRequests) { in reconcilePackages()107 for (InstallRequest installRequest : installRequests) { in reconcilePackages()309 new ReconciledPackage(installRequests, allPackages, installRequest, in reconcilePackages()
45 ReconciledPackage(List<InstallRequest> installRequests, in ReconciledPackage() argument53 mInstallRequests = installRequests; in ReconciledPackage()