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);
  /cts/tools/utils/
DescriptionGenerator.java 382 appendTestCases(child, testSuite.mCases);
500 appendTestCases(leafSuiteElem, testSuite.mCases);
509 Collection<TestMethod> mCases;
519 mCases = cases;
529 mCases = getTestMethods(expectationStore, architecture, clazz);
CollectAllTests.java 437 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis,

Completed in 3748 milliseconds