Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestSuite.java52 public int countTestCases() { in countTestCases() method in SensorCtsTestSuite
53 return mWrappedTestSuite.countTestCases(); in countTestCases()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestSuite.java52 public int countTestCases() { in countTestCases() method in GnssCtsTestSuite
53 return mWrappedTestSuite.countTestCases(); in countTestCases()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java110 int count = config.suite.countTestCases(); in run()
392 public int countTestCases() { in countTestCases() method in DalvikTestRunner.FilterableTestSuite