Home
last modified time | relevance | path

Searched refs:parseAbiList (Results 1 – 2 of 2) sorted by relevance

/cts/tools/utils/
DVogarUtils.java61 boolean foundAbi = AbiUtils.parseAbiList(description).size() > 0; in isVogarKnownFailure()
107 supportedAbiSet.removeAll(AbiUtils.parseAbiList(expectation.getDescription())); in extractSupportedAbis()
/cts/common/util/src/com/android/compatibility/common/util/
DAbiUtils.java187 public static Set<String> parseAbiList(String unsupportedAbiDescription) { in parseAbiList() method in AbiUtils