Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DGANSSRefMeasurementElement.java146 private GANSSRefMeasurementElement.codePhaseType codePhase_;
147 public GANSSRefMeasurementElement.codePhaseType getCodePhase() { in getCodePhase()
154 this.codePhase_ = (GANSSRefMeasurementElement.codePhaseType) value; in setCodePhase()
156 public GANSSRefMeasurementElement.codePhaseType setCodePhaseToNewInstance() { in setCodePhaseToNewInstance()
157 codePhase_ = new GANSSRefMeasurementElement.codePhaseType(); in setCodePhaseToNewInstance()
367 …return tag == null ? GANSSRefMeasurementElement.codePhaseType.getPossibleFirstTags() : ImmutableLi… in getComponents()
621 public static class codePhaseType extends Asn1Integer { class in GANSSRefMeasurementElement
627 public codePhaseType() { in codePhaseType() method in GANSSRefMeasurementElement.codePhaseType
655 public static codePhaseType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
656 codePhaseType result = new codePhaseType(); in fromPerUnaligned()
[all …]
DAcquisElement.java146 private AcquisElement.codePhaseType codePhase_;
147 public AcquisElement.codePhaseType getCodePhase() { in getCodePhase()
154 this.codePhase_ = (AcquisElement.codePhaseType) value; in setCodePhase()
156 public AcquisElement.codePhaseType setCodePhaseToNewInstance() { in setCodePhaseToNewInstance()
157 codePhase_ = new AcquisElement.codePhaseType(); in setCodePhaseToNewInstance()
382 … return tag == null ? AcquisElement.codePhaseType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
679 public static class codePhaseType extends Asn1Integer { class in AcquisElement
685 public codePhaseType() { in codePhaseType() method in AcquisElement.codePhaseType
713 public static codePhaseType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
714 codePhaseType result = new codePhaseType(); in fromPerUnaligned()
[all …]
DGANSS_SgnElement.java161 private GANSS_SgnElement.codePhaseType codePhase_;
162 public GANSS_SgnElement.codePhaseType getCodePhase() { in getCodePhase()
169 this.codePhase_ = (GANSS_SgnElement.codePhaseType) value; in setCodePhase()
171 public GANSS_SgnElement.codePhaseType setCodePhaseToNewInstance() { in setCodePhaseToNewInstance()
172 codePhase_ = new GANSS_SgnElement.codePhaseType(); in setCodePhaseToNewInstance()
440 …return tag == null ? GANSS_SgnElement.codePhaseType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
820 public static class codePhaseType extends Asn1Integer { class in GANSS_SgnElement
826 public codePhaseType() { in codePhaseType() method in GANSS_SgnElement.codePhaseType
854 public static codePhaseType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
855 codePhaseType result = new codePhaseType(); in fromPerUnaligned()
[all …]