Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Choice.java201 Integer selectionOrdinal = getSelectionOrdinal(); in encodePerImpl() local
202 Preconditions.checkState(optionCount == 0 || selectionOrdinal != null, in encodePerImpl()
207 PerAlignedUtils.encodeNormallySmallWholeNumber(selectionOrdinal)); in encodePerImpl()
211 selectionOrdinal)); in encodePerImpl()
217 selectionOrdinal, 0, optionCount - 1)); in encodePerImpl()
221 selectionOrdinal, 0, optionCount - 1)); in encodePerImpl()
255 Integer selectionOrdinal = 0; in decodePerImpl() local
261 selectionOrdinal = PerAlignedUtils.decodeNormallySmallWholeNumber(reader); in decodePerImpl()
263 selectionOrdinal = PerUnalignedUtils.decodeNormallySmallWholeNumber(reader); in decodePerImpl()
267 selectionOrdinal = PerAlignedUtils.decodeSmallConstrainedWholeNumber( in decodePerImpl()
[all …]