Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp/
DULP_PDU.java103 private ULP_PDU.lengthType length_;
104 public ULP_PDU.lengthType getLength() { in getLength()
111 this.length_ = (ULP_PDU.lengthType) value; in setLength()
113 public ULP_PDU.lengthType setLengthToNewInstance() { in setLengthToNewInstance()
114 length_ = new ULP_PDU.lengthType(); in setLengthToNewInstance()
195 return tag == null ? ULP_PDU.lengthType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
362 public static class lengthType extends Asn1Integer { class in ULP_PDU
368 public lengthType() { in lengthType() method in ULP_PDU.lengthType
396 public static lengthType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
397 lengthType result = new lengthType(); in fromPerUnaligned()
[all …]