Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java237 if (hasAnnotationSuffix( in parseApkTestCase()
245 } else if (hasAnnotationSuffix( in parseApkTestCase()
358 private static boolean hasAnnotationSuffix(Set<? extends Annotation> annotations, String tag) { in hasAnnotationSuffix() method in TestSuiteParser
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestCaseReport.java150 private static boolean hasAnnotationSuffix(Set<? extends Annotation> annotations, String tag) { in hasAnnotationSuffix() method in TestCaseReport
238 if (hasAnnotationSuffix( in parseApkTestCase()