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/
DInstructionSets.java104 final List<String> allInstructionSets = new ArrayList<String>(allAbis.length); in getAllInstructionSets() local
108 if (!allInstructionSets.contains(instructionSet)) { in getAllInstructionSets()
109 allInstructionSets.add(instructionSet); in getAllInstructionSets()
113 return allInstructionSets; in getAllInstructionSets()