Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java352 int suiteCount = suite.countTestCases(); in countTestCases() local
353 if (suiteCount == 0 in countTestCases()
359 count += suiteCount; in countTestCases()