Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Integer.java195 value = new BigInteger(convertPositiveToSigned(intBytes)).add(minimumValue); in decodePerImpl()
204 private byte[] convertPositiveToSigned(byte[] rawData) { in convertPositiveToSigned() method in Asn1Integer