Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Tag.java170 val = prependZeroByteIfHighBitSet(val); in readLength()
179 private static byte[] prependZeroByteIfHighBitSet(byte[] ba) { in prependZeroByteIfHighBitSet() method in Asn1Tag