Searched refs:parseAbiListFromProperty (Results 1 – 2 of 2) sorted by relevance
157 assertEquals(abiSet, AbiUtils.parseAbiListFromProperty("arm64-v8a,armeabi-v7a,armeabi")); in testParseFromProperty()
272 public static Set<String> parseAbiListFromProperty(String abiListProp) { in parseAbiListFromProperty() method in AbiUtils