Searched refs:getSupportedAbis (Results 1 – 3 of 3) sorted by relevance
76 String[] supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()84 supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()91 supportedAbiArray = AbiFormatter.getSupportedAbis(device, ""); in testGetSupportedAbis()
81 String []abis = getSupportedAbis(device, bitness); in getDefaultAbi()96 public static String[] getSupportedAbis(ITestDevice device, String bitness) in getSupportedAbis() method in AbiFormatter
824 List<String> deviceAbis = Arrays.asList(AbiFormatter.getSupportedAbis(device, "")); in getAbis()