HomeSort by relevance Sort by last modified time
    Searched refs:UlpMessage (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
ULP_PDU.java 148 private UlpMessage message_;
149 public UlpMessage getMessage() {
153 * @throws ClassCastException if value is not a UlpMessage
156 this.message_ = (UlpMessage) value;
158 public UlpMessage setMessageToNewInstance() {
159 message_ = new UlpMessage();
324 return tag == null ? UlpMessage.getPossibleFirstTags() : ImmutableList.of(tag);
UlpMessage.java 57 public class UlpMessage extends Asn1Choice {
75 "UlpMessage: " + tag + " maps to both " + select0 + " and " + select);
81 public UlpMessage() {
105 * Creates a new UlpMessage from encoded stream.
107 public static UlpMessage fromPerUnaligned(byte[] encodedBytes) {
108 UlpMessage result = new UlpMessage();
114 * Creates a new UlpMessage from encoded stream.
116 public static UlpMessage fromPerAligned(byte[] encodedBytes) {
117 UlpMessage result = new UlpMessage()
    [all...]
  /cts/tests/tests/location/src/android/location/cts/suplClient/
SuplRrlpMessagesGenerator.java 32 import android.location.cts.asn1.supl2.ulp.UlpMessage;
102 UlpMessage message = new UlpMessage();
163 UlpMessage message = new UlpMessage();
265 UlpMessage message = new UlpMessage();
SuplRrlpController.java 27 import android.location.cts.asn1.supl2.ulp.UlpMessage;
146 UlpMessage message = decodedMessage.getMessage();

Completed in 95 milliseconds