Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_start/
DPosTechnology.java117 private PosTechnology.agpsSETBasedType agpsSETBased_;
118 public PosTechnology.agpsSETBasedType getAgpsSETBased() { in getAgpsSETBased()
125 this.agpsSETBased_ = (PosTechnology.agpsSETBasedType) value; in setAgpsSETBased()
127 public PosTechnology.agpsSETBasedType setAgpsSETBasedToNewInstance() { in setAgpsSETBasedToNewInstance()
128 agpsSETBased_ = new PosTechnology.agpsSETBasedType(); in setAgpsSETBasedToNewInstance()
296 …return tag == null ? PosTechnology.agpsSETBasedType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
674 public static class agpsSETBasedType extends Asn1Boolean { class in PosTechnology
680 public agpsSETBasedType() { in agpsSETBasedType() method in PosTechnology.agpsSETBasedType
706 public static agpsSETBasedType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
707 agpsSETBasedType result = new agpsSETBasedType(); in fromPerUnaligned()
[all …]