Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DGANSS_SgnElement.java191 private GANSS_SgnElement.codePhaseRMSErrorType codePhaseRMSError_;
192 public GANSS_SgnElement.codePhaseRMSErrorType getCodePhaseRMSError() { in getCodePhaseRMSError()
199 this.codePhaseRMSError_ = (GANSS_SgnElement.codePhaseRMSErrorType) value; in setCodePhaseRMSError()
201 public GANSS_SgnElement.codePhaseRMSErrorType setCodePhaseRMSErrorToNewInstance() { in setCodePhaseRMSErrorToNewInstance()
202 codePhaseRMSError_ = new GANSS_SgnElement.codePhaseRMSErrorType(); in setCodePhaseRMSErrorToNewInstance()
526 …return tag == null ? GANSS_SgnElement.codePhaseRMSErrorType.getPossibleFirstTags() : ImmutableList… in getComponents()
986 public static class codePhaseRMSErrorType extends Asn1Integer { class in GANSS_SgnElement
992 public codePhaseRMSErrorType() { in codePhaseRMSErrorType() method in GANSS_SgnElement.codePhaseRMSErrorType
1020 public static codePhaseRMSErrorType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
1021 codePhaseRMSErrorType result = new codePhaseRMSErrorType(); in fromPerUnaligned()
[all …]