Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Choice.java200 int optionCount = getOptionCount(); in encodePerImpl() local
202 Preconditions.checkState(optionCount == 0 || selectionOrdinal != null, in encodePerImpl()
213 } else if (optionCount > 1) { in encodePerImpl()
217 selectionOrdinal, 0, optionCount - 1)); in encodePerImpl()
221 selectionOrdinal, 0, optionCount - 1)); in encodePerImpl()
225 if (optionCount > 0) { in encodePerImpl()