Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_start/
DPosTechnology.java192 private PosTechnology.oTDOAType oTDOA_;
193 public PosTechnology.oTDOAType getOTDOA() { in getOTDOA()
200 this.oTDOA_ = (PosTechnology.oTDOAType) value; in setOTDOA()
202 public PosTechnology.oTDOAType setOTDOAToNewInstance() { in setOTDOAToNewInstance()
203 oTDOA_ = new PosTechnology.oTDOAType(); in setOTDOAToNewInstance()
511 … return tag == null ? PosTechnology.oTDOAType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
1079 public static class oTDOAType extends Asn1Boolean { class in PosTechnology
1085 public oTDOAType() { in oTDOAType() method in PosTechnology.oTDOAType
1111 public static oTDOAType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
1112 oTDOAType result = new oTDOAType(); in fromPerUnaligned()
[all …]