Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DScanResult.java65 @Nullable List<String> changedAbiCodePath, boolean existingSettingCopied, in ScanResult() argument
72 mChangedAbiCodePath = changedAbiCodePath; in ScanResult()
H A DScanPackageUtils.java136 List<String> changedAbiCodePath = null; in scanPackageOnlyLI() local
395 changedAbiCodePath = applyAdjustedAbiToSharedUser(oldSharedUserSetting, in scanPackageOnlyLI()
467 return new ScanResult(request, pkgSetting, changedAbiCodePath, in scanPackageOnlyLI()
924 List<String> changedAbiCodePath = null; in applyAdjustedAbiToSharedUser() local
947 if (changedAbiCodePath == null) { in applyAdjustedAbiToSharedUser()
948 changedAbiCodePath = new ArrayList<>(); in applyAdjustedAbiToSharedUser()
950 changedAbiCodePath.add(ps.getPathString()); in applyAdjustedAbiToSharedUser()
955 return changedAbiCodePath; in applyAdjustedAbiToSharedUser()
H A DInstallPackageHelper.java282 final List<String> changedAbiCodePath = in commitReconciledScanResultLocked() local
461 if (changedAbiCodePath != null && changedAbiCodePath.size() > 0) { in commitReconciledScanResultLocked()
462 for (int i = changedAbiCodePath.size() - 1; i >= 0; --i) { in commitReconciledScanResultLocked()
463 final String codePathString = changedAbiCodePath.get(i); in commitReconciledScanResultLocked()
H A DPackageManagerService.java2183 final List<String> changedAbiCodePath = in PackageManagerService()
2189 changedAbiCodePath != null && changedAbiCodePath.size() > 0) { in PackageManagerService()
2190 for (int i = changedAbiCodePath.size() - 1; i >= 0; --i) { in PackageManagerService()
2191 final String codePathString = changedAbiCodePath.get(i); in PackageManagerService()