Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSETId.java171 return new SETId.msisdnType(); in createElement()
176 return tag == null ? SETId.msisdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
314 public static class msisdnType extends Asn1OctetString { class in SETId
320 public msisdnType() { in msisdnType() method in SETId.msisdnType
349 public static msisdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
350 msisdnType result = new msisdnType(); in fromPerUnaligned()
358 public static msisdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
359 msisdnType result = new msisdnType(); in fromPerAligned()
394 public SETId.msisdnType getMsisdn() { in getMsisdn()
398 return (SETId.msisdnType) element; in getMsisdn()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DThirdPartyID.java190 return new ThirdPartyID.msisdnType(); in createElement()
195 return tag == null ? ThirdPartyID.msisdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
463 public static class msisdnType extends Asn1OctetString { class in ThirdPartyID
469 public msisdnType() { in msisdnType() method in ThirdPartyID.msisdnType
498 public static msisdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
499 msisdnType result = new msisdnType(); in fromPerUnaligned()
507 public static msisdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
508 msisdnType result = new msisdnType(); in fromPerAligned()
543 public ThirdPartyID.msisdnType getMsisdn() { in getMsisdn()
547 return (ThirdPartyID.msisdnType) element; in getMsisdn()
[all …]