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.java6449 String adjustedAbi; in adjustCpuAbisForSharedUserLPw() local
6454 adjustedAbi = requirer.primaryCpuAbiString; in adjustCpuAbisForSharedUserLPw()
6456 scannedPackage.applicationInfo.primaryCpuAbi = adjustedAbi; in adjustCpuAbisForSharedUserLPw()
6461 adjustedAbi = scannedPackage.applicationInfo.primaryCpuAbi; in adjustCpuAbisForSharedUserLPw()
6470 ps.primaryCpuAbiString = adjustedAbi; in adjustCpuAbisForSharedUserLPw()
6472 ps.pkg.applicationInfo.primaryCpuAbi = adjustedAbi; in adjustCpuAbisForSharedUserLPw()
6473 Slog.i(TAG, "Adjusting ABI for : " + ps.name + " to " + adjustedAbi); in adjustCpuAbisForSharedUserLPw()