Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSETId.java189 return new SETId.mdnType(); in createElement()
194 return tag == null ? SETId.mdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
421 public static class mdnType extends Asn1OctetString { class in SETId
427 public mdnType() { in mdnType() method in SETId.mdnType
456 public static mdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
457 mdnType result = new mdnType(); in fromPerUnaligned()
465 public static mdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
466 mdnType result = new mdnType(); in fromPerAligned()
501 public SETId.mdnType getMdn() { in getMdn()
505 return (SETId.mdnType) element; in getMdn()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DThirdPartyID.java280 return new ThirdPartyID.mdnType(); in createElement()
285 return tag == null ? ThirdPartyID.mdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
1019 public static class mdnType extends Asn1OctetString { class in ThirdPartyID
1025 public mdnType() { in mdnType() method in ThirdPartyID.mdnType
1054 public static mdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
1055 mdnType result = new mdnType(); in fromPerUnaligned()
1063 public static mdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
1064 mdnType result = new mdnType(); in fromPerAligned()
1099 public ThirdPartyID.mdnType getMdn() { in getMdn()
1103 return (ThirdPartyID.mdnType) element; in getMdn()
[all …]