Searched refs:adjustedAbi (Results 1 – 2 of 2) sorted by relevance
614 final String adjustedAbi; in getAdjustedAbiForSharedUser() local620 adjustedAbi = requirer.getPrimaryCpuAbiLegacy(); in getAdjustedAbiForSharedUser()624 adjustedAbi = AndroidPackageUtils.getRawPrimaryCpuAbi(scannedPackage); in getAdjustedAbiForSharedUser()626 return adjustedAbi; in getAdjustedAbiForSharedUser()
953 ParsedPackage scannedPackage, String adjustedAbi) { in applyAdjustedAbiToSharedUser() argument955 scannedPackage.setPrimaryCpuAbi(adjustedAbi); in applyAdjustedAbiToSharedUser()968 ps.setPrimaryCpuAbi(adjustedAbi); in applyAdjustedAbiToSharedUser()971 if (!TextUtils.equals(adjustedAbi, in applyAdjustedAbiToSharedUser()976 + adjustedAbi + " (scannedPackage=" in applyAdjustedAbiToSharedUser()