Home
last modified time | relevance | path

Searched refs:installRequests (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java17399 List<InstallRequest> installRequests) { in processInstallRequestsAsync() argument
17403 for (InstallRequest request : installRequests) { in processInstallRequestsAsync()
17879 final List<InstallRequest> installRequests = new ArrayList<>(mCurrentState.size()); in tryProcessInstallRequest() local
17881 installRequests.add(new InstallRequest(entry.getKey(), in tryProcessInstallRequest()
17886 installRequests); in tryProcessInstallRequest()