Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexEncodedAnnotationImpl.java35 private int typeIdx; field in DexEncodedAnnotationImpl
50 typeIdx = buffer.readUleb128(); in parseEncodedAnnotation()
68 return stringPool[typeIds[typeIdx]]; in getTypeName()