HomeSort by relevance Sort by last modified time
    Searched refs:ParameterAnnotation (Results 1 - 2 of 2) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 28 import dex.reader.DexClassImpl.ParameterAnnotation;
50 private final ParameterAnnotation parameterAnnotation;
57 ParameterAnnotation parameterAnnotation, String[] stringPool,
65 this.parameterAnnotation = parameterAnnotation;
75 if (parameterAnnotation != null) {
76 buffer.setPosition(parameterAnnotation.annotationsOff);
DexClassImpl.java 60 private Map<Integer, ParameterAnnotation> idToParameterAnnotation =
61 new HashMap<Integer, ParameterAnnotation>();
92 ParameterAnnotation[] parameterAnnotations;
112 static class ParameterAnnotation {
157 new ParameterAnnotation[annotationDir
161 new ParameterAnnotation();

Completed in 25 milliseconds