Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java12368 String adjustedAbi; in adjustCpuAbisForSharedUserLPw() local
12373 adjustedAbi = requirer.primaryCpuAbiString; in adjustCpuAbisForSharedUserLPw()
12375 scannedPackage.applicationInfo.primaryCpuAbi = adjustedAbi; in adjustCpuAbisForSharedUserLPw()
12380 adjustedAbi = scannedPackage.applicationInfo.primaryCpuAbi; in adjustCpuAbisForSharedUserLPw()
12389 ps.primaryCpuAbiString = adjustedAbi; in adjustCpuAbisForSharedUserLPw()
12391 !TextUtils.equals(adjustedAbi, ps.pkg.applicationInfo.primaryCpuAbi)) { in adjustCpuAbisForSharedUserLPw()
12392 ps.pkg.applicationInfo.primaryCpuAbi = adjustedAbi; in adjustCpuAbisForSharedUserLPw()
12394 Slog.i(TAG, "Adjusting ABI for " + ps.name + " to " + adjustedAbi in adjustCpuAbisForSharedUserLPw()