Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DIPAddress.java169 return new IPAddress.ipv4AddressType(); in createElement()
174 … return tag == null ? IPAddress.ipv4AddressType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
240 public static class ipv4AddressType extends Asn1OctetString { class in IPAddress
246 public ipv4AddressType() { in ipv4AddressType() method in IPAddress.ipv4AddressType
275 public static ipv4AddressType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
276 ipv4AddressType result = new ipv4AddressType(); in fromPerUnaligned()
284 public static ipv4AddressType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
285 ipv4AddressType result = new ipv4AddressType(); in fromPerAligned()
320 public IPAddress.ipv4AddressType getIpv4Address() { in getIpv4Address()
324 return (IPAddress.ipv4AddressType) element; in getIpv4Address()
[all …]