Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DGANSS_SgnElement.java221 private GANSS_SgnElement.adrType adr_;
222 public GANSS_SgnElement.adrType getAdr() { in getAdr()
229 this.adr_ = (GANSS_SgnElement.adrType) value; in setAdr()
231 public GANSS_SgnElement.adrType setAdrToNewInstance() { in setAdrToNewInstance()
232 adr_ = new GANSS_SgnElement.adrType(); in setAdrToNewInstance()
612 … return tag == null ? GANSS_SgnElement.adrType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
1152 public static class adrType extends Asn1Integer { class in GANSS_SgnElement
1158 public adrType() { in adrType() method in GANSS_SgnElement.adrType
1186 public static adrType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
1187 adrType result = new adrType(); in fromPerUnaligned()
[all …]