Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DIPAddress.java187 return new IPAddress.ipv6AddressType(); in createElement()
192 … return tag == null ? IPAddress.ipv6AddressType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
347 public static class ipv6AddressType extends Asn1OctetString { class in IPAddress
353 public ipv6AddressType() { in ipv6AddressType() method in IPAddress.ipv6AddressType
382 public static ipv6AddressType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
383 ipv6AddressType result = new ipv6AddressType(); in fromPerUnaligned()
391 public static ipv6AddressType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
392 ipv6AddressType result = new ipv6AddressType(); in fromPerAligned()
427 public IPAddress.ipv6AddressType getIpv6Address() { in getIpv6Address()
431 return (IPAddress.ipv6AddressType) element; in getIpv6Address()
[all …]