Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java225 TestClassType cType = chkTestClassType(classDef); in parseApkTestCase()
367 private static TestClassType chkTestClassType(ClassDef classDef) { in chkTestClassType() method in TestSuiteParser