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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
OTD_MsrElementFirst.java 161 private OTD_MsrElementFirst.taCorrectionType taCorrection_;
162 public OTD_MsrElementFirst.taCorrectionType getTaCorrection() {
166 * @throws ClassCastException if value is not a OTD_MsrElementFirst.taCorrectionType
169 this.taCorrection_ = (OTD_MsrElementFirst.taCorrectionType) value;
171 public OTD_MsrElementFirst.taCorrectionType setTaCorrectionToNewInstance() {
172 taCorrection_ = new OTD_MsrElementFirst.taCorrectionType();
395 return tag == null ? OTD_MsrElementFirst.taCorrectionType.getPossibleFirstTags() : ImmutableList.of(tag);
565 public static class taCorrectionType extends Asn1Integer {
571 public taCorrectionType() {
597 * Creates a new taCorrectionType from encoded stream
    [all...]
OTD_MsrElementRest.java 161 private OTD_MsrElementRest.taCorrectionType taCorrection_;
162 public OTD_MsrElementRest.taCorrectionType getTaCorrection() {
166 * @throws ClassCastException if value is not a OTD_MsrElementRest.taCorrectionType
169 this.taCorrection_ = (OTD_MsrElementRest.taCorrectionType) value;
171 public OTD_MsrElementRest.taCorrectionType setTaCorrectionToNewInstance() {
172 taCorrection_ = new OTD_MsrElementRest.taCorrectionType();
395 return tag == null ? OTD_MsrElementRest.taCorrectionType.getPossibleFirstTags() : ImmutableList.of(tag);
565 public static class taCorrectionType extends Asn1Integer {
571 public taCorrectionType() {
597 * Creates a new taCorrectionType from encoded stream
    [all...]

Completed in 88 milliseconds