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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
AcquisElement.java 191 private AcquisElement.codePhaseSearchWindowType codePhaseSearchWindow_;
192 public AcquisElement.codePhaseSearchWindowType getCodePhaseSearchWindow() {
196 * @throws ClassCastException if value is not a AcquisElement.codePhaseSearchWindowType
199 this.codePhaseSearchWindow_ = (AcquisElement.codePhaseSearchWindowType) value;
201 public AcquisElement.codePhaseSearchWindowType setCodePhaseSearchWindowToNewInstance() {
202 codePhaseSearchWindow_ = new AcquisElement.codePhaseSearchWindowType();
511 return tag == null ? AcquisElement.codePhaseSearchWindowType.getPossibleFirstTags() : ImmutableList.of(tag);
928 public static class codePhaseSearchWindowType extends Asn1Integer {
934 public codePhaseSearchWindowType() {
960 * Creates a new codePhaseSearchWindowType from encoded stream
    [all...]
GANSSRefMeasurementElement.java 176 private GANSSRefMeasurementElement.codePhaseSearchWindowType codePhaseSearchWindow_;
177 public GANSSRefMeasurementElement.codePhaseSearchWindowType getCodePhaseSearchWindow() {
181 * @throws ClassCastException if value is not a GANSSRefMeasurementElement.codePhaseSearchWindowType
184 this.codePhaseSearchWindow_ = (GANSSRefMeasurementElement.codePhaseSearchWindowType) value;
186 public GANSSRefMeasurementElement.codePhaseSearchWindowType setCodePhaseSearchWindowToNewInstance() {
187 codePhaseSearchWindow_ = new GANSSRefMeasurementElement.codePhaseSearchWindowType();
453 return tag == null ? GANSSRefMeasurementElement.codePhaseSearchWindowType.getPossibleFirstTags() : ImmutableList.of(tag);
787 public static class codePhaseSearchWindowType extends Asn1Integer {
793 public codePhaseSearchWindowType() {
819 * Creates a new codePhaseSearchWindowType from encoded stream
    [all...]

Completed in 527 milliseconds