Searched refs:ENCODED_ANNOTATION (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.dex.EncodedValueReader.ENCODED_ANNOTATION;40 return new EncodedValueReader(encodedAnnotation, ENCODED_ANNOTATION); in getReader()
40 public static final int ENCODED_ANNOTATION = 0x1d; field in EncodedValueReader117 checkType(ENCODED_ANNOTATION); in readAnnotation()284 case ENCODED_ANNOTATION: in skipValue()
599 new EncodedValueReader(this, EncodedValueReader.ENCODED_ANNOTATION).skipValue(); in readAnnotation()
27 import static com.android.dex.EncodedValueReader.ENCODED_ANNOTATION;350 case ENCODED_ANNOTATION: in transform()351 writeTypeAndArg(ENCODED_ANNOTATION, 0); in transform()