Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
DGANSS_ID3_element.java131 private GANSS_ID3_element.channelNumberType channelNumber_;
132 public GANSS_ID3_element.channelNumberType getChannelNumber() { in getChannelNumber()
139 this.channelNumber_ = (GANSS_ID3_element.channelNumberType) value; in setChannelNumber()
141 public GANSS_ID3_element.channelNumberType setChannelNumberToNewInstance() { in setChannelNumberToNewInstance()
142 channelNumber_ = new GANSS_ID3_element.channelNumberType(); in setChannelNumberToNewInstance()
264 …return tag == null ? GANSS_ID3_element.channelNumberType.getPossibleFirstTags() : ImmutableList.of… in getComponents()
306 public static class channelNumberType extends Asn1Integer { class in GANSS_ID3_element
312 public channelNumberType() { in channelNumberType() method in GANSS_ID3_element.channelNumberType
340 public static channelNumberType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
341 channelNumberType result = new channelNumberType(); in fromPerUnaligned()
[all …]