Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java143 TestSuite testSuite; in runnerForClass() local
147 testSuite = (TestSuite) test; in runnerForClass()
153 testSuite = new TestSuite(testClass); in runnerForClass()
156 new SensorCtsTestSuite(getApplicationContext(), testSuite); in runnerForClass()
DSensorCtsTestSuite.java36 public SensorCtsTestSuite(Context context, TestSuite testSuite) { in SensorCtsTestSuite() argument
38 mWrappedTestSuite = testSuite; in SensorCtsTestSuite()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestSuite.java36 public GnssCtsTestSuite(Context context, TestSuite testSuite) { in GnssCtsTestSuite() argument
38 mWrappedTestSuite = testSuite; in GnssCtsTestSuite()
DGnssCtsTestActivity.java138 TestSuite testSuite; in runnerForClass() local
142 testSuite = (TestSuite) test; in runnerForClass()
148 testSuite = new TestSuite(testClass); in runnerForClass()
151 new GnssCtsTestSuite(getApplicationContext(), testSuite); in runnerForClass()
/cts/tools/utils/
DDescriptionGenerator.java369 void appendSuiteToElement(Node elem, TestClass testSuite) { in appendSuiteToElement() argument
370 String suiteName = testSuite.mName; in appendSuiteToElement()
383 appendTestCases(child, testSuite.mCases); in appendSuiteToElement()
385 testSuite.mName = suiteName.substring(dotIndex + 1, suiteName.length()); in appendSuiteToElement()
386 appendSuiteToElement(child, testSuite); in appendSuiteToElement()
393 appendSuiteToElementImpl(elem, testSuite); in appendSuiteToElement()
487 void appendSuiteToElementImpl(Node elem, TestClass testSuite) { in appendSuiteToElementImpl() argument
489 String suiteName = testSuite.mName; in appendSuiteToElementImpl()
505 appendTestCases(leafSuiteElem, testSuite.mCases); in appendSuiteToElementImpl()
/cts/tests/camera/src/android/hardware/cts/
DCamera_SizeTest.java114 private static void addTestToSuite(TestSuite testSuite, String testName) { in addTestToSuite() argument
117 testSuite.addTest(test); in addTestToSuite()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...