Searched refs:allAbis (Results 1 – 1 of 1) sorted by relevance
91 final String[] allAbis = Build.SUPPORTED_ABIS; in getAllInstructionSets() local92 final List<String> allInstructionSets = new ArrayList<String>(allAbis.length); in getAllInstructionSets()94 for (String abi : allAbis) { in getAllInstructionSets()