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