Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java95 new ArrayList<>(Arrays.asList(getDeclaringClass().getAnnotations())); in calculateAnnotations()
96 annotations.addAll(Arrays.asList(getMethod().getAnnotations())); in calculateAnnotations()
132 public Annotation[] getAnnotations() { in getAnnotations() method in BedsteadJUnit4.BedsteadFrameworkMethod
181 for (Annotation indirectAnnotation : annotation.annotationType().getAnnotations()) { in getReplacementAnnotations()
293 for (Annotation annotation : method.getAnnotations()) { in countAnnotations()
304 List<Annotation> annotations = new ArrayList<>(Arrays.asList(method.getAnnotations())); in getParameterizedAnnotations()
DDeviceState.java181 List<Annotation> annotations = getAnnotations(description); in applyTest()
456 private List<Annotation> getAnnotations(Description description) {
459 return new ArrayList<>(description.getAnnotations());
468 new ArrayList<>(Arrays.asList(description.getTestClass().getAnnotations()));
471 annotations.addAll(description.getAnnotations());
512 new ArrayList<>(getAnnotations(description));
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java238 method.getAnnotations(), SUPPRESS_ANNOTATION_TAG)) { in parseApkTestCase()
246 method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
265 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
277 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
373 for (Annotation annotation : classDef.getAnnotations()) { in chkTestClassType()
DDexParser.java121 List<ApiAnnotation> annLst = getAnnotationList(classDef.getAnnotations()); in parse()
131 annLst = getAnnotationList(dxField.getAnnotations()); in parse()
147 annLst = getAnnotationList(dxMethod.getAnnotations()); in parse()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestCaseReport.java165 for (Annotation annotation : classDef.getAnnotations()) { in chkTestType()
239 method.getAnnotations(), SUPPRESS_ANNOTATION_TAG)) { in parseApkTestCase()
241 System.err.println(method.getAnnotations()); in parseApkTestCase()
259 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
276 if (hasAnnotation(method.getAnnotations(), TEST_ANNOTATION_TAG)) { in parseApkTestCase()
DCtsApiCoverage.java453 classDef.getAnnotations());
458 cddCoverage, moduleName, className, methodName, method.getAnnotations());
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java257 for (Annotation a : cls.getAnnotations()) { in isTestClass()
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java431 for (Annotation a : elem.getAnnotations()) { in hasMatchingAnnotation()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java926 for (Annotation annotation : description.getAnnotations()) { in apply()
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt246 name: "getAnnotations"
3163 name: "getAnnotations"
3486 name: "getAnnotations"