Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java68 int contentsOffsetInDataValue; in readDataValue() local
72 contentsOffsetInDataValue = in.getReadByteCount(); in readDataValue()
77 contentsOffsetInDataValue = in.getReadByteCount(); in readDataValue()
81 contentsOffsetInDataValue = in.getReadByteCount(); in readDataValue()
90 ByteBuffer.wrap(encoded, contentsOffsetInDataValue, contentsLength); in readDataValue()