Home
last modified time | relevance | path

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

/cts/tools/utils/
DDescriptionGenerator.java69 static final String BROKEN_TEST = "dalvik.annotation.BrokenTest"; field in DescriptionGenerator
548 } else if (atype.toString().equals(BROKEN_TEST)) { in getTestMethods()
DCollectAllTests.java329 return getAnnotation(testClass, testName, BROKEN_TEST) != null; in isBrokenTest()