Searched refs:changedAbiCodePath (Results 1 – 4 of 4) sorted by relevance
65 @Nullable List<String> changedAbiCodePath, boolean existingSettingCopied, in ScanResult() argument72 mChangedAbiCodePath = changedAbiCodePath; in ScanResult()
136 List<String> changedAbiCodePath = null; in scanPackageOnlyLI() local395 changedAbiCodePath = applyAdjustedAbiToSharedUser(oldSharedUserSetting, in scanPackageOnlyLI()467 return new ScanResult(request, pkgSetting, changedAbiCodePath, in scanPackageOnlyLI()924 List<String> changedAbiCodePath = null; in applyAdjustedAbiToSharedUser() local947 if (changedAbiCodePath == null) { in applyAdjustedAbiToSharedUser()948 changedAbiCodePath = new ArrayList<>(); in applyAdjustedAbiToSharedUser()950 changedAbiCodePath.add(ps.getPathString()); in applyAdjustedAbiToSharedUser()955 return changedAbiCodePath; in applyAdjustedAbiToSharedUser()
282 final List<String> changedAbiCodePath = in commitReconciledScanResultLocked() local461 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()
2183 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()