Searched refs:allInstructionSets (Results 1 – 1 of 1) sorted by relevance
1441 final List<String> allInstructionSets = getAllInstructionSets(); in PackageManagerService() local1443 … getDexCodeInstructionSets(allInstructionSets.toArray(new String[allInstructionSets.size()])); in PackageManagerService()4994 final List<String> allInstructionSets = new ArrayList<String>(allAbis.length); in getAllInstructionSets() local4998 if (!allInstructionSets.contains(instructionSet)) { in getAllInstructionSets()4999 allInstructionSets.add(instructionSet); in getAllInstructionSets()5003 return allInstructionSets; in getAllInstructionSets()