Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1BitString.java79 int bitsToEncode = Math.max(minimumSize, value.length()); in encodeBerValue() local
81 for (int i = 0; i < bitsToEncode; i++) { in encodeBerValue()
130 int bitsToEncode = Math.max(minimumSize, value.length()); in encodePerImpl() local
134 bitsToEncode, minimumSize, maximumSize); in encodePerImpl()
137 bitsToEncode, minimumSize, maximumSize); in encodePerImpl()
143 for (int i = 0; i < bitsToEncode; i++) { in encodePerImpl()