Searched refs:ENCODED_ENUM (Results 1 – 2 of 2) sorted by relevance
37 public static final int ENCODED_ENUM = 0x1b; field in EncodedValueReader209 checkType(ENCODED_ENUM); in readEnum()273 case ENCODED_ENUM: in skipValue()
33 import static com.android.dex.EncodedValueReader.ENCODED_ENUM;338 case ENCODED_ENUM: in transform()340 out, ENCODED_ENUM, adjustField(reader.readEnum())); in transform()