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

  /cts/tools/host/src/com/android/cts/
TestSuite.java 225 public Collection<TestCase> getAllTestCases() {
229 testCases.addAll(subSuite.getAllTestCases());
242 for (TestCase testCase : getAllTestCases()) {
TestPackage.java 179 for (TestCase testCase : getAllTestCases()) {
210 for (TestCase testCase : getAllTestCases()) {
234 for (TestCase testCase : getAllTestCases()) {
284 for (TestCase testCase : getAllTestCases()) {
404 public Collection<TestCase> getAllTestCases() {
407 testCases.addAll(s.getAllTestCases());
    [all...]

Completed in 595 milliseconds