Home
last modified time | relevance | path

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

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java87 XmlGenerator(ExpectationStore knownFailures, ExpectationStore unsupportedAbis, in XmlGenerator() argument
101 mUnsupportedAbis = unsupportedAbis; in XmlGenerator()
265 String[] unsupportedAbis = description.split(":")[1].split(","); in removeUnsupportedAbis() local
266 for (String a : unsupportedAbis) { in removeUnsupportedAbis()