Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSETId.java243 return new SETId.naiType(); in createElement()
248 return tag == null ? SETId.naiType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
746 public static class naiType extends Asn1IA5String { class in SETId
752 public naiType() { in naiType() method in SETId.naiType
782 public static naiType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
783 naiType result = new naiType(); in fromPerUnaligned()
791 public static naiType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
792 naiType result = new naiType(); in fromPerAligned()
831 public SETId.naiType getNai() { in getNai()
835 return (SETId.naiType) element; in getNai()
[all …]