Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DGANSSRefMeasurementElement.java161 private GANSSRefMeasurementElement.intCodePhaseType intCodePhase_;
162 public GANSSRefMeasurementElement.intCodePhaseType getIntCodePhase() { in getIntCodePhase()
169 this.intCodePhase_ = (GANSSRefMeasurementElement.intCodePhaseType) value; in setIntCodePhase()
171 public GANSSRefMeasurementElement.intCodePhaseType setIntCodePhaseToNewInstance() { in setIntCodePhaseToNewInstance()
172 intCodePhase_ = new GANSSRefMeasurementElement.intCodePhaseType(); in setIntCodePhaseToNewInstance()
410 …return tag == null ? GANSSRefMeasurementElement.intCodePhaseType.getPossibleFirstTags() : Immutabl… in getComponents()
704 public static class intCodePhaseType extends Asn1Integer { class in GANSSRefMeasurementElement
710 public intCodePhaseType() { in intCodePhaseType() method in GANSSRefMeasurementElement.intCodePhaseType
738 public static intCodePhaseType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
739 intCodePhaseType result = new intCodePhaseType(); in fromPerUnaligned()
[all …]
DAcquisElement.java161 private AcquisElement.intCodePhaseType intCodePhase_;
162 public AcquisElement.intCodePhaseType getIntCodePhase() { in getIntCodePhase()
169 this.intCodePhase_ = (AcquisElement.intCodePhaseType) value; in setIntCodePhase()
171 public AcquisElement.intCodePhaseType setIntCodePhaseToNewInstance() { in setIntCodePhaseToNewInstance()
172 intCodePhase_ = new AcquisElement.intCodePhaseType(); in setIntCodePhaseToNewInstance()
425 …return tag == null ? AcquisElement.intCodePhaseType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
762 public static class intCodePhaseType extends Asn1Integer { class in AcquisElement
768 public intCodePhaseType() { in intCodePhaseType() method in AcquisElement.intCodePhaseType
796 public static intCodePhaseType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
797 intCodePhaseType result = new intCodePhaseType(); in fromPerUnaligned()
[all …]