Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/structure/
DDexAnnotationAttribute.java38 public DexAnnotation getAnnotation(); in getAnnotation() method
/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java64 public DexAnnotation getAnnotation() { in getAnnotation() method in DexAnnotationAttributeImpl
/cts/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation() method in DexTestsCommon
/cts/tools/signature-tools/src/signature/model/util/
DModelUtil.java53 public static IAnnotation getAnnotation(IAnnotatableElement element, in getAnnotation() method in ModelUtil
/cts/tools/utils/
DCollectAllTests.java334 private static String getAnnotation(final Class<?> testClass, in getAnnotation() method in CollectAllTests
/cts/tools/signature-tools/src/signature/converter/dex/
DDexUtil.java368 public static DexAnnotation getAnnotation(DexAnnotatedElement element, in getAnnotation() method in DexUtil