Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSETId.java45 public class SETId extends Asn1Choice { class
69 public SETId() { in SETId() method in SETId
95 public static SETId fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
96 SETId result = new SETId(); in fromPerUnaligned()
104 public static SETId fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
105 SETId result = new SETId(); in fromPerAligned()
171 return new SETId.msisdnType(); in createElement()
176 return tag == null ? SETId.msisdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
189 return new SETId.mdnType(); in createElement()
194 return tag == null ? SETId.mdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
[all …]
DSetSessionID.java116 private SETId setId_;
117 public SETId getSetId() { in getSetId()
124 this.setId_ = (SETId) value; in setSetId()
126 public SETId setSetIdToNewInstance() { in setSetIdToNewInstance()
127 setId_ = new SETId(); in setSetIdToNewInstance()
206 return tag == null ? SETId.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_set_init/
DVer2_SUPLSETINIT.java33 import android.location.cts.asn1.supl2.ulp_components.SETId;
103 private SETId targetSETID_;
104 public SETId getTargetSETID() { in getTargetSETID()
111 this.targetSETID_ = (SETId) value; in setTargetSETID()
113 public SETId setTargetSETIDToNewInstance() { in setTargetSETIDToNewInstance()
114 targetSETID_ = new SETId(); in setTargetSETIDToNewInstance()
180 return tag == null ? SETId.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()