Searched refs:apexInstallRequests (Results 1 – 1 of 1) sorted by relevance
17272 List<InstallRequest> apexInstallRequests = new ArrayList<>(); in processInstallRequestsAsync() local17276 apexInstallRequests.add(request); in processInstallRequestsAsync()17283 if (!apexInstallRequests.isEmpty() && !apkInstallRequests.isEmpty()) { in processInstallRequestsAsync()17288 if (!apexInstallRequests.isEmpty()) { in processInstallRequestsAsync()17292 Thread t = new Thread(() -> installApexPackagesTraced(apexInstallRequests), in processInstallRequestsAsync()17299 InstallRequest request = apexInstallRequests.get(0); in processInstallRequestsAsync()