Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java6413 String requiredInstructionSet = null; in adjustCpuAbisForSharedUserLPw() local
6415 requiredInstructionSet = VMRuntime.getInstructionSet( in adjustCpuAbisForSharedUserLPw()
6431 … if (requiredInstructionSet != null && !instructionSet.equals(requiredInstructionSet)) { in adjustCpuAbisForSharedUserLPw()
6436 + " requires " + requiredInstructionSet + " whereas " + ps in adjustCpuAbisForSharedUserLPw()
6441 if (requiredInstructionSet == null) { in adjustCpuAbisForSharedUserLPw()
6442 requiredInstructionSet = instructionSet; in adjustCpuAbisForSharedUserLPw()
6448 if (requiredInstructionSet != null) { in adjustCpuAbisForSharedUserLPw()