Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DGPS_MsrElement.java131 private GPS_MsrElement.dopplerType doppler_;
132 public GPS_MsrElement.dopplerType getDoppler() { in getDoppler()
139 this.doppler_ = (GPS_MsrElement.dopplerType) value; in setDoppler()
141 public GPS_MsrElement.dopplerType setDopplerToNewInstance() { in setDopplerToNewInstance()
142 doppler_ = new GPS_MsrElement.dopplerType(); in setDopplerToNewInstance()
324 … return tag == null ? GPS_MsrElement.dopplerType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
619 public static class dopplerType extends Asn1Integer { class in GPS_MsrElement
625 public dopplerType() { in dopplerType() method in GPS_MsrElement.dopplerType
653 public static dopplerType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
654 dopplerType result = new dopplerType(); in fromPerUnaligned()
[all …]
DGANSS_SgnElement.java206 private GANSS_SgnElement.dopplerType doppler_;
207 public GANSS_SgnElement.dopplerType getDoppler() { in getDoppler()
214 this.doppler_ = (GANSS_SgnElement.dopplerType) value; in setDoppler()
216 public GANSS_SgnElement.dopplerType setDopplerToNewInstance() { in setDopplerToNewInstance()
217 doppler_ = new GANSS_SgnElement.dopplerType(); in setDopplerToNewInstance()
569 … return tag == null ? GANSS_SgnElement.dopplerType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
1069 public static class dopplerType extends Asn1Integer { class in GANSS_SgnElement
1075 public dopplerType() { in dopplerType() method in GANSS_SgnElement.dopplerType
1103 public static dopplerType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
1104 dopplerType result = new dopplerType(); in fromPerUnaligned()
[all …]