Home
last modified time | relevance | path

Searched defs:getAnnotation (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexAnnotationAttribute.java38 public DexAnnotation getAnnotation(); in getAnnotation() method
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java64 public DexAnnotation getAnnotation() { in getAnnotation() method in DexAnnotationAttributeImpl
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation() method in DexTestsCommon