Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_start/
DPosTechnology.java147 private PosTechnology.aFLTType aFLT_;
148 public PosTechnology.aFLTType getAFLT() { in getAFLT()
155 this.aFLT_ = (PosTechnology.aFLTType) value; in setAFLT()
157 public PosTechnology.aFLTType setAFLTToNewInstance() { in setAFLTToNewInstance()
158 aFLT_ = new PosTechnology.aFLTType(); in setAFLTToNewInstance()
382 … return tag == null ? PosTechnology.aFLTType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
836 public static class aFLTType extends Asn1Boolean { class in PosTechnology
842 public aFLTType() { in aFLTType() method in PosTechnology.aFLTType
868 public static aFLTType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
869 aFLTType result = new aFLTType(); in fromPerUnaligned()
[all …]