Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DVersion.java101 private Version.majType maj_;
102 public Version.majType getMaj() { in getMaj()
109 this.maj_ = (Version.majType) value; in setMaj()
111 public Version.majType setMajToNewInstance() { in setMajToNewInstance()
112 maj_ = new Version.majType(); in setMajToNewInstance()
178 return tag == null ? Version.majType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
302 public static class majType extends Asn1Integer { class in Version
308 public majType() { in majType() method in Version.majType
336 public static majType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
337 majType result = new majType(); in fromPerUnaligned()
[all …]