Searched refs:installResult (Results 1 – 1 of 1) sorted by relevance
15287 if (reconciledPkg.installResult != null) {15288 reconciledPkg.installResult.libraryConsumers = clientLibPkgs;17300 notifyInstallObserver(request.installResult, request.args.observer); in processInstallRequestsAsync()17306 request.args.doPreInstall(request.installResult.returnCode); in processInstallRequestsAsync()17313 request.installResult.returnCode, request.installResult.uid); in processInstallRequestsAsync()17317 restoreAndPostInstall(request.args.user.getIdentifier(), request.installResult, in processInstallRequestsAsync()17318 new PostInstallData(request.args, request.installResult, null)); in processInstallRequestsAsync()17358 request.installResult.setError("APEX installation failed", e); in installApexPackages()17361 notifyInstallObserver(request.installResult, request.args.observer); in installApexPackages()19230 public final PackageInstalledInfo installResult; field in InstallRequest[all …]