Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Utf8String.java81 setValueBytes(getRemaining(buf)); in decodeBerValue()
DAsn1Object.java180 static byte[] getRemaining(ByteBuffer buf) { in getRemaining() method in Asn1Object
DAsn1ObjectIdentifier.java61 decodeBerInternal(getRemaining(buf)); in decodeBerValue()
DAsn1OctetString.java77 value = getRemaining(buf); in decodeBerValue()
DAsn1BitString.java92 byte[] valueBytes = getRemaining(buf); in decodeBerValue()
DAsn1Integer.java110 value = new BigInteger(getRemaining(buf)); in decodeBerValue()
DAsn1IA5String.java72 setValue(new String(getRemaining(buf), StandardCharsets.US_ASCII)); in decodeBerValue()