Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos_init/
DSUPLPOSINIT.java45 public class SUPLPOSINIT extends Asn1Sequence { class
51 public SUPLPOSINIT() { in SUPLPOSINIT() method in SUPLPOSINIT
77 public static SUPLPOSINIT fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
78 SUPLPOSINIT result = new SUPLPOSINIT(); in fromPerUnaligned()
86 public static SUPLPOSINIT fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
87 SUPLPOSINIT result = new SUPLPOSINIT(); in fromPerAligned()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp/
DUlpMessage.java39 import android.location.cts.asn1.supl2.supl_pos_init.SUPLPOSINIT;
237 return new SUPLPOSINIT(); in createElement()
242 return tag == null ? SUPLPOSINIT.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
451 public SUPLPOSINIT getMsSUPLPOSINIT() { in getMsSUPLPOSINIT()
455 return (SUPLPOSINIT) element; in getMsSUPLPOSINIT()
458 public void setMsSUPLPOSINIT(SUPLPOSINIT selected) { in setMsSUPLPOSINIT()
464 public SUPLPOSINIT setMsSUPLPOSINITToNewInstance() { in setMsSUPLPOSINITToNewInstance()
465 SUPLPOSINIT element = new SUPLPOSINIT(); in setMsSUPLPOSINITToNewInstance()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java25 import android.location.cts.asn1.supl2.supl_pos_init.SUPLPOSINIT;
164 SUPLPOSINIT suplPosInit = message.setMsSUPLPOSINITToNewInstance(); in generateSuplPositionInitLocalLocationMessage()