Searched refs:getDexCodeInstructionSets (Results 1 – 4 of 4) sorted by relevance
82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() method in InstructionSets99 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()
21 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;179 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
45 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;131 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()194 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
93 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;2354 getDexCodeInstructionSets( in PackageManagerService()13292 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);