Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1BitString.java80 int bitsToEncode = Math.max(minimumSize, value.length()); in encodeBerValue() local
82 for (int i = 0; i < bitsToEncode; i++) { in encodeBerValue()
131 int bitsToEncode = Math.max(minimumSize, value.length()); in encodePerImpl() local
135 bitsToEncode, minimumSize, maximumSize); in encodePerImpl()
138 bitsToEncode, minimumSize, maximumSize); in encodePerImpl()
144 for (int i = 0; i < bitsToEncode; i++) { in encodePerImpl()