Searched refs:adjustedAbi (Results 1 – 2 of 2) sorted by relevance
547 final String adjustedAbi; in getAdjustedAbiForSharedUser() local553 adjustedAbi = requirer.getPrimaryCpuAbiLegacy(); in getAdjustedAbiForSharedUser()557 adjustedAbi = AndroidPackageUtils.getRawPrimaryCpuAbi(scannedPackage); in getAdjustedAbiForSharedUser()559 return adjustedAbi; in getAdjustedAbiForSharedUser()
920 ParsedPackage scannedPackage, String adjustedAbi) { in applyAdjustedAbiToSharedUser() argument922 scannedPackage.setPrimaryCpuAbi(adjustedAbi); in applyAdjustedAbiToSharedUser()935 ps.setPrimaryCpuAbi(adjustedAbi); in applyAdjustedAbiToSharedUser()938 if (!TextUtils.equals(adjustedAbi, in applyAdjustedAbiToSharedUser()943 + adjustedAbi + " (scannedPackage=" in applyAdjustedAbiToSharedUser()