Searched refs:supportedAbis (Results 1 – 2 of 2) sorted by relevance
93 final Set<String> supportedAbis = AbiUtils.getAbisSupportedByCompatibility(); in data() local97 for (String firstAbi : supportedAbis) { in data()98 for (String secondAbi : supportedAbis) { in data()
125 private static void getSupportedEmulatedAbis(String[] supportedAbis, Set<String> abiSet) in getSupportedEmulatedAbis() argument127 for (int i = 0; i < supportedAbis.length; i++) { in getSupportedEmulatedAbis()128 final String currentAbi = supportedAbis[i]; in getSupportedEmulatedAbis()