HomeSort by relevance Sort by last modified time
    Searched refs:mCases (Results 1 - 3 of 3) sorted by null

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestSuite.java 31 private final List<TestCase> mCases = new ArrayList<TestCase>();
58 mCases.add(testCase);
62 return Collections.unmodifiableCollection(mCases);
75 for (TestCase testCase : mCases) {
  /cts/tools/utils/
DescriptionGenerator.java 383 appendTestCases(child, testSuite.mCases);
505 appendTestCases(leafSuiteElem, testSuite.mCases);
514 Collection<TestMethod> mCases;
524 mCases = cases;
534 mCases = getTestMethods(expectationStore, architecture, clazz);
CollectAllTests.java 469 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis,

Completed in 116 milliseconds