Searched refs:getSupportedAbis (Results 1 – 3 of 3) sorted by relevance
78 String[] supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()86 supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()93 supportedAbiArray = AbiFormatter.getSupportedAbis(device, ""); in testGetSupportedAbis()104 String[] supportedAbiArray = AbiFormatter.getSupportedAbis(device, ""); in testGetSupportedAbis_null()
81 String []abis = getSupportedAbis(device, bitness); in getDefaultAbi()96 public static String[] getSupportedAbis(ITestDevice device, String bitness) in getSupportedAbis() method in AbiFormatter
1267 return new ArrayList<>(Arrays.asList(AbiFormatter.getSupportedAbis(device, ""))); in getDeviceAbis()