Searched refs:PrefMethod (Results 1 – 3 of 3) sorted by relevance
36 public class PrefMethod extends Asn1Enumerated { class79 public PrefMethod() { in PrefMethod() method in PrefMethod121 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()
116 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()
28 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()