Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java380 String aValue = ((TypeEncodedValue) annotationEle.getValue()).getValue(); in chkTestClassType() local
381 if (ANDROID_JUNIT4_TEST_TAG.equals(aValue)) { in chkTestClassType()
383 } else if (PARAMETERIZED_TEST_TAG.equals(aValue)) { in chkTestClassType()