Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos_init/
DNavigationModel.java146 private NavigationModel.toeLimitType toeLimit_;
147 public NavigationModel.toeLimitType getToeLimit() { in getToeLimit()
154 this.toeLimit_ = (NavigationModel.toeLimitType) value; in setToeLimit()
156 public NavigationModel.toeLimitType setToeLimitToNewInstance() { in setToeLimitToNewInstance()
157 toeLimit_ = new NavigationModel.toeLimitType(); in setToeLimitToNewInstance()
337 … return tag == null ? NavigationModel.toeLimitType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
667 public static class toeLimitType extends Asn1Integer { class in NavigationModel
673 public toeLimitType() { in toeLimitType() method in NavigationModel.toeLimitType
701 public static toeLimitType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
702 toeLimitType result = new toeLimitType(); in fromPerUnaligned()
[all …]