Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos_init/
DNavigationModel.java116 private NavigationModel.gpsToeType gpsToe_;
117 public NavigationModel.gpsToeType getGpsToe() { in getGpsToe()
124 this.gpsToe_ = (NavigationModel.gpsToeType) value; in setGpsToe()
126 public NavigationModel.gpsToeType setGpsToeToNewInstance() { in setGpsToeToNewInstance()
127 gpsToe_ = new NavigationModel.gpsToeType(); in setGpsToeToNewInstance()
251 … return tag == null ? NavigationModel.gpsToeType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
501 public static class gpsToeType extends Asn1Integer { class in NavigationModel
507 public gpsToeType() { in gpsToeType() method in NavigationModel.gpsToeType
535 public static gpsToeType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
536 gpsToeType result = new gpsToeType(); in fromPerUnaligned()
[all …]