Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java91 final String[] allAbis = Build.SUPPORTED_ABIS; in getAllInstructionSets() local
92 final List<String> allInstructionSets = new ArrayList<String>(allAbis.length); in getAllInstructionSets()
94 for (String abi : allAbis) { in getAllInstructionSets()