Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DPLMN_Identity.java39 public class PLMN_Identity extends Asn1Sequence { class
45 public PLMN_Identity() { in PLMN_Identity() method in PLMN_Identity
71 public static PLMN_Identity fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
72 PLMN_Identity result = new PLMN_Identity(); in fromPerUnaligned()
80 public static PLMN_Identity fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
81 PLMN_Identity result = new PLMN_Identity(); in fromPerAligned()
DCellGlobalIdEUTRA.java100 private PLMN_Identity plmn_Identity_;
101 public PLMN_Identity getPlmn_Identity() { in getPlmn_Identity()
108 this.plmn_Identity_ = (PLMN_Identity) value; in setPlmn_Identity()
110 public PLMN_Identity setPlmn_IdentityToNewInstance() { in setPlmn_IdentityToNewInstance()
111 plmn_Identity_ = new PLMN_Identity(); in setPlmn_IdentityToNewInstance()
162 return tag == null ? PLMN_Identity.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()