Searched refs:ENCODED_TYPE (Results 1 – 2 of 2) sorted by relevance
35 public static final int ENCODED_TYPE = 0x18; field in EncodedValueReader197 checkType(ENCODED_TYPE); in readType()267 case ENCODED_TYPE: in skipValue()
44 import static com.android.dex.EncodedValueReader.ENCODED_TYPE;330 case ENCODED_TYPE: in transform()332 out, ENCODED_TYPE, adjustType(reader.readType())); in transform()