Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSETId.java225 return new SETId.imsiType(); in createElement()
230 return tag == null ? SETId.imsiType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
639 public static class imsiType extends Asn1OctetString { class in SETId
645 public imsiType() { in imsiType() method in SETId.imsiType
674 public static imsiType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
675 imsiType result = new imsiType(); in fromPerUnaligned()
683 public static imsiType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
684 imsiType result = new imsiType(); in fromPerAligned()
719 public SETId.imsiType getImsi() { in getImsi()
723 return (SETId.imsiType) element; in getImsi()
[all …]