Home
last modified time | relevance | path

Searched refs:ParameterAnnotation (Results 1 – 2 of 2) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java60 private Map<Integer, ParameterAnnotation> idToParameterAnnotation =
61 new HashMap<Integer, ParameterAnnotation>();
92 ParameterAnnotation[] parameterAnnotations;
112 static class ParameterAnnotation { class in DexClassImpl
157 new ParameterAnnotation[annotationDir in parseAnnotationDirectory()
161 new ParameterAnnotation(); in parseAnnotationDirectory()
DDexMethodImpl.java28 import dex.reader.DexClassImpl.ParameterAnnotation;
50 private final ParameterAnnotation parameterAnnotation;
57 ParameterAnnotation parameterAnnotation, String[] stringPool, in DexMethodImpl()