Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1441 final List<String> allInstructionSets = getAllInstructionSets(); in PackageManagerService() local
1443 … getDexCodeInstructionSets(allInstructionSets.toArray(new String[allInstructionSets.size()])); in PackageManagerService()
4994 final List<String> allInstructionSets = new ArrayList<String>(allAbis.length); in getAllInstructionSets() local
4998 if (!allInstructionSets.contains(instructionSet)) { in getAllInstructionSets()
4999 allInstructionSets.add(instructionSet); in getAllInstructionSets()
5003 return allInstructionSets; in getAllInstructionSets()