Home
last modified time | relevance | path

Searched defs:getAnnotation (Results 1 – 4 of 4) 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/utils/
DCollectAllTests.java363 private static String getAnnotation(final Class<?> testClass, in getAnnotation() method in CollectAllTests