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.java103 final String[] allAbis = Build.SUPPORTED_ABIS; in getAllInstructionSets() local
104 final List<String> allInstructionSets = new ArrayList<String>(allAbis.length); in getAllInstructionSets()
106 for (String abi : allAbis) { in getAllInstructionSets()