Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_start/
DPrefMethod.java36 public class PrefMethod extends Asn1Enumerated { class
79 public PrefMethod() { in PrefMethod() method in PrefMethod
121 public static PrefMethod fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
122 PrefMethod result = new PrefMethod(); in fromPerUnaligned()
130 public static PrefMethod fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
131 PrefMethod result = new PrefMethod(); in fromPerAligned()
DSETCapabilities.java116 private PrefMethod prefMethod_;
117 public PrefMethod getPrefMethod() { in getPrefMethod()
124 this.prefMethod_ = (PrefMethod) value; in setPrefMethod()
126 public PrefMethod setPrefMethodToNewInstance() { in setPrefMethodToNewInstance()
127 prefMethod_ = new PrefMethod(); in setPrefMethodToNewInstance()
235 return tag == null ? PrefMethod.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java28 import android.location.cts.asn1.supl2.supl_start.PrefMethod;
114 setCapabilities.setPrefMethodToNewInstance().setValue(PrefMethod.Value.agpsSETBasedPreferred); in generateSuplStartLocalLocationMessage()
175 setCapabilities.setPrefMethodToNewInstance().setValue(PrefMethod.Value.agpsSETBasedPreferred); in generateSuplPositionInitLocalLocationMessage()