Home
last modified time | relevance | path

Searched refs:DexEncodedAnnotationImpl (Results 1 – 3 of 3) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexEncodedAnnotationImpl.java28 /* package */final class DexEncodedAnnotationImpl implements class
39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl() method in DexEncodedAnnotationImpl
DDexAnnotationImpl.java33 private DexEncodedAnnotationImpl encodedAnnotation;
51 encodedAnnotation = new DexEncodedAnnotationImpl(buffer, this, typeIds, in parseAnnotations()
DDexEncodedValueImpl.java136 return new DexEncodedAnnotationImpl(buffer, annotation, typeIds, in getAnnotationValue()