Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DPerAlignedUtils.java129 int unsignedByte = value & 0xFF; in leastBitsToEncode() local
131 if (unsignedByte < (1 << bits)) { in leastBitsToEncode()