Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageAbiHelperImpl.java504 String requiredInstructionSet = null; in getAdjustedAbiForSharedUser() local
508 requiredInstructionSet = VMRuntime.getInstructionSet(pkgRawPrimaryCpuAbi); in getAdjustedAbiForSharedUser()
528 if (requiredInstructionSet != null && !requiredInstructionSet.equals(instructionSet)) { in getAdjustedAbiForSharedUser()
533 + " requires " + requiredInstructionSet + " whereas " + ps in getAdjustedAbiForSharedUser()
538 if (requiredInstructionSet == null) { in getAdjustedAbiForSharedUser()
539 requiredInstructionSet = instructionSet; in getAdjustedAbiForSharedUser()
544 if (requiredInstructionSet == null) { in getAdjustedAbiForSharedUser()