Searched refs:SETId (Results 1 – 3 of 3) sorted by relevance
45 public class SETId extends Asn1Choice { class69 public SETId() { in SETId() method in SETId95 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 …]
116 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()
33 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()