Home
last modified time | relevance | path

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

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestSuite.java31 private final List<TestCase> mCases = new ArrayList<TestCase>(); field in TestSuite
58 mCases.add(testCase); in addCase()
62 return Collections.unmodifiableCollection(mCases); in getCases()
75 for (TestCase testCase : mCases) { in countTests()
/cts/tools/utils/
DDescriptionGenerator.java383 appendTestCases(child, testSuite.mCases); in appendSuiteToElement()
505 appendTestCases(leafSuiteElem, testSuite.mCases); in appendSuiteToElementImpl()
514 Collection<TestMethod> mCases; field in DescriptionGenerator.TestClass
524 mCases = cases; in TestClass()
534 mCases = getTestMethods(expectationStore, architecture, clazz); in TestClass()
DCollectAllTests.java469 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis, in addToTests()