Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp/
DULP_PDU.java42 public class ULP_PDU extends Asn1Sequence { class
48 public ULP_PDU() { in ULP_PDU() method in ULP_PDU
74 public static ULP_PDU fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
75 ULP_PDU result = new ULP_PDU(); in fromPerUnaligned()
83 public static ULP_PDU fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
84 ULP_PDU result = new ULP_PDU(); in fromPerAligned()
103 private ULP_PDU.lengthType length_;
104 public ULP_PDU.lengthType getLength() { in getLength()
111 this.length_ = (ULP_PDU.lengthType) value; in setLength()
113 public ULP_PDU.lengthType setLengthToNewInstance() { in setLengthToNewInstance()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java31 import android.location.cts.asn1.supl2.ulp.ULP_PDU;
83 ULP_PDU ulpPdu = new ULP_PDU(); in generateSuplStartLocalLocationMessage()
154 ULP_PDU ulpPdu = new ULP_PDU(); in generateSuplPositionInitLocalLocationMessage()
240 ULP_PDU ulpPdu = new ULP_PDU(); in generateAssistanceDataAckMessage()
276 public static byte[] encodeUlp(ULP_PDU message) { in encodeUlp()
DSuplRrlpController.java26 import android.location.cts.asn1.supl2.ulp.ULP_PDU;
113 ULP_PDU decodedMessage = ULP_PDU.fromPerUnaligned(response); in generateNavMessage()
131 decodedMessage = ULP_PDU.fromPerUnaligned(response); in generateNavMessage()
145 private GpsNavMessageProto buildNavMessageProto(ULP_PDU decodedMessage) { in buildNavMessageProto()